diff options
| author | okybaca <klokanek@eldar.cz> | 2023-05-02 23:09:30 +0200 |
|---|---|---|
| committer | okybaca <klokanek@eldar.cz> | 2023-05-02 23:09:30 +0200 |
| commit | 3afb2aadc279575902471f5f6444eeeb3edd6cf3 (patch) | |
| tree | 7ef9ed1a3f2db5ce6b1cf1bce6c9b7d5e8d4b2ac /README.md | |
| parent | 1c0f50985c83ef2500399763a8d87a9ddd90da97 (diff) | |
added link to faq and more ant build instructions to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -47,6 +47,7 @@ The (GPLv2+) source code used to build YaCy is distributed with the package (in - [Homepage](https://yacy.net) - [International Forum](https://community.searchlab.eu) +- [Documentation / FAQ](https://yacy.net/faq/) - [English wiki](https://wiki.yacy.net/index.php/En:Start) - [German wiki](https://wiki.yacy.net/index.php/De:Start) - [Esperanto wiki](https://wiki.yacy.net/index.php/Eo:Start) @@ -54,6 +55,7 @@ The (GPLv2+) source code used to build YaCy is distributed with the package (in - [Spanish wiki](https://wiki.yacy.net/index.php/Es:Start) - [Russian wiki](https://wiki.yacy.net/index.php/Ru:Start) - [Video tutorials](https://www.youtube.com/@YaCyTutorials/videos) +- [javadoc documentation](https://yacy.net/api/javadoc/) for developers All these have (YaCy) search functionality combining all these locations into one search result. @@ -178,6 +180,14 @@ git clone https://github.com/yacy/yacy_search_server Compiling YaCy: - You need Java 1.8 and ant - See `ant -p` for the available ant targets +``` +ant clean dist +``` +resulting tar.gz with YaCy package will be located in RELEASE/ directory. +Move it into desired location and unpack with: +``` +tar zfvx yacy_v1.version_release_number_different_each_time.tar.gz +``` ## APIs and attaching software |
