Skip to content

Commit

Permalink
further dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shaomingfu committed Jun 28, 2017
1 parent 275eb22 commit dbe6fe6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ If they have not been installed, on linux platform, do the following:
sudo apt-get install autoconf
sudo apt-get install automake
```
Then run the script `build.sh`, which will generate the executable file `src/src/scallop`.

Scallop might also requires other libraries, such as `libbz`, depending on
your system. Install them if you encounter errors when compiling.

After that run the script `build.sh`, which will generate the executable file `src/src/scallop`.


# Usage
Expand Down

0 comments on commit dbe6fe6

Please sign in to comment.