Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Corrections to install_deps.sh #183

Merged
merged 1 commit into from Feb 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion install_deps.sh
Expand Up @@ -92,6 +92,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
cmake --build .
sudo cmake --build . --target install
cd ..
cd ..

# Install nnpy
git clone https://github.com/nanomsg/nnpy.git
Expand All @@ -114,4 +115,4 @@ cd ..

cd ..

rm -rf install_tmp
sudo rm -rf install_tmp