Skip to content

Commit

Permalink
Add hint how to build with maven (for the first time) to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Mar 20, 2017
1 parent cbf58d5 commit c55d526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -185,6 +185,11 @@ Compiling YaCy:
because the servlet pages are not compiled by the eclipse build process because the servlet pages are not compiled by the eclipse build process
after the dist prodecure, the release can be found in the RELEASE subdirectory after the dist prodecure, the release can be found in the RELEASE subdirectory


Build with Maven
- for the first time goto subdirectory libbuild (which contains the maven parent pom)
- compile with "mvn clean install -DskipTests", this will create all needed modules
- after above you can use just the pom in the main directory to build YaCy with maven

## Are there any APIs or how can I attach software at YaCy? ## Are there any APIs or how can I attach software at YaCy?


There are many interfaces build-in in YaCy and they are all based on http/xml and There are many interfaces build-in in YaCy and they are all based on http/xml and
Expand Down

0 comments on commit c55d526

Please sign in to comment.