Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Add info about prerequisites on Ubuntu #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ If you found these resources useful, please consider citing:

We only tried this on Linux but installation should be possible on MacOS too.

To install prerequisites on Ubuntu: `sudo apt-get install libboost-all-dev cmake libeigen3-dev liblzma-dev unzip python3.7`

1. Create or simlink a `data` folder to where you want to download the corpus.

2. Run `make install`. This will download some resources and install required packages.
Expand Down