diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-10-18 14:17:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-18 14:17:06 +0200 |
| commit | c1c4174816e82cd665f161a926368e9a4cf727bb (patch) | |
| tree | 299037efc8f6b3d77dc686bc67263d5ba89e8be6 /README.md | |
| parent | a17a418e78d6e77f5f29d306cfd566225d657af5 (diff) | |
Updated Java version information on Readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -62,10 +62,10 @@ all these locations into one search result. ## Dependencies? What other software do I need? -You need java 1.7 or later to run YaCy, nothing else. +You need Java 1.8 or later to run YaCy, nothing else (Java 1.7 can still be used to run the main [1.92/9000 release](https://github.com/yacy/yacy_search_server/releases/tag/Release_1.92) ) Please download it from http://www.java.com -YaCy also runs on IcedTea7. +YaCy also runs on Iced Tea 3. See http://icedtea.classpath.org NO OTHER SOFTWARE IS REQUIRED! @@ -177,7 +177,7 @@ Please clone our code and help with development! The code is licensed under the GPL v2. Compiling YaCy: -- you need Java 1.7 or later and [Apache Ant](http://ant.apache.org/) +- you need Java 1.8 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) |
