mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
1 line
1.2 KiB
JSON
1 line
1.2 KiB
JSON
{"name":"Angry IP Scanner","tagline":"Fast and friendly network scanner","body":"This is the source code of Angry IP Scanner, licensed with GPL v2.\r\nhttp://angryip.org/\r\n\r\nThe code is written mostly in Java.\r\nIntelliJ IDEA is recommended for coding, but Eclipse would do as well.\r\n\r\nBuilding\r\n========\r\n\r\nJDK 1.6+ as well as Ant are required for building.\r\n\r\nUsing these tools you can build on any platform. The binaries are in the form of\r\n.jar files and can be run with `java -jar <jar-file>'. Deb and rpm packages can\r\nonly be built on Linux. Building of Windows exe can be done on Linux as well.\r\n\r\nOn Ubuntu install the following packages:\r\nsudo apt-get install openjdk-7-jdk ant rpm\r\n\r\nInstall JDK and Ant on other platforms as you usually do it.\r\n\r\nThen use Ant for building a package for your desired platform:\r\njust type `ant' or `make' in the project dir for the list of available targets.\r\n\r\n`ant current' would build the app for your current OS.\r\n\r\nThe resulting binaries will be put into the `dist' directory.\r\nRun jar files with `java -jar <jar-file>'.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |