diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-09-14 09:31:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-14 09:31:45 +0200 |
| commit | 24a071e114213617f9cc2bcd43f7bb321de47427 (patch) | |
| tree | c72fbb600ad50734f2410ceab62bece93a0bce60 /README.md | |
| parent | 3b694b3935a51f3d629bedb44b8761e9ce37914e (diff) | |
Updated compiling section in Readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -171,8 +171,8 @@ Please clone our code and help with development! The code is licensed under the GPL v2. Compiling YaCy: -- you need java 1.7 and ant -- just compile: "ant clean all" - then you can "./startYACY.sh" +- you need Java 1.7 or later and [Apache Ant](http://ant.apache.org/) +- just compile: "ant clean all" - then you can "./startYACY.sh" or "./startYACY.bat" - create a release tarball: "ant dist" - create a Mac OS release: "ant distMacApp" (works only on a Mac) - create a debian release: "ant deb" |
