Merge pull request #1 from stalker314314/patch-1

Mention -DBUILD_SHARED_LIBS in cmake of dlib
pull/1/head
goodspb 6 years ago committed by GitHub
commit 77f73deca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ git clone git@github.com:davisking/dlib.git
cd dlib/dlib
mkdir build
cd build
cmake ..
cmake -DBUILD_SHARED_LIBS=ON ..
make
sudo make install
```

Loading…
Cancel
Save