Skip to content

Commit

Permalink
README: updated instruction for build-deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 21, 2022
1 parent cfdab21 commit 34be201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ container image from Docker Hub using `docker pull proycon/frog`.
To compile and install manually from source instead, do the following:

$ bash bootstrap.sh
$ sudo make deps PREFIX=/usr/local/
$ ./configure
$ make
$ make install
Expand All @@ -65,7 +64,10 @@ and optionally:

$ make check

The second step will automatically download and install (in $PREFIX) the latest stable versions of the following dependencies of our software:
If you want to automatically download and install the latest stable versions of
the required dependencies, then run `./build-deps.sh` prior to the above. You
can pass a target directory prefix as first argument and you may need to
prepend `sudo` to ensure you can install there. The dependencies are:

* [ticcutils](https://github.com/LanguageMachines/ticcutils)
* [libfolia](https://github.com/LanguageMachines/libfolia)
Expand Down

0 comments on commit 34be201

Please sign in to comment.