added license info and `ant current'

This commit is contained in:
Anton Keks 2013-02-06 00:27:32 +02:00
parent 71e74ed21a
commit 690983793d

4
README
View File

@ -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>'.