mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
added license info and `ant current'
This commit is contained in:
parent
71e74ed21a
commit
690983793d
4
README
4
README
@ -1,4 +1,4 @@
|
||||
This is the source code of Angry IP Scanner, a network scanner tool.
|
||||
This is the source code of Angry IP Scanner, licensed with GPL v2.
|
||||
http://angryip.org/
|
||||
|
||||
The code is written mostly in Java.
|
||||
@ -21,5 +21,7 @@ Install JDK and Ant on other platforms as you usually do it.
|
||||
Then use Ant for building a package for your desired platform:
|
||||
just type `ant' or `make' in the project dir for the list of available targets.
|
||||
|
||||
`ant current' would build the app for your current OS.
|
||||
|
||||
The resulting binaries will be put into the `dist' directory.
|
||||
Run jar files with `java -jar <jar-file>'.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user