Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
93won authored Sep 2, 2021
1 parent 713f8a2 commit a062d1d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@

## Dependencies
### igraph
https://github.com/igraph/igraph
git clone https://github.com/igraph/igraph
cd igraph
mkdir build && cd build
cmake ..
make install

### dlib
git clone https://github.com/davisking/dlib
cd dlib
mkdir build && cd build
cmake ..
make install

0 comments on commit a062d1d

Please sign in to comment.