Skip to content

Commit

Permalink
Merge pull request #575 from okybaca/readme-ant
Browse files Browse the repository at this point in the history
added link to faq and more ant build instructions to README
  • Loading branch information
Orbiter authored Aug 9, 2023
2 parents eeeec0b + 3afb2aa commit c3809fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ 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)
- [French wiki](https://wiki.yacy.net/index.php/Fr:Start)
- [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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c3809fb

Please sign in to comment.