Skip to content

Commit ed9da72

Browse files
committed
Update README.
1 parent d8895e1 commit ed9da72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ sudo apt-get remove opencv
5454

5555
# Boost
5656
sudo apt-get install libboost-all-dev
57+
58+
# OpenSSL
59+
sudo apt-get install libssl-dev
5760
```
5861

5962
#### Compile & Build
@@ -68,6 +71,9 @@ Open `animeloop-cli.xcodeproj` and run it.
6871

6972
``` Shell
7073
cd animeloop-cli
74+
cd jsoncpp
75+
python amalgamate.py
76+
cd ..
7177
mkdir build
7278
cd build
7379
cmake ..

0 commit comments

Comments
 (0)