Skip to content

Commit

Permalink
Merge pull request BVLC#3 from wanglei828/fixbuild
Browse files Browse the repository at this point in the history
Fix build script.
  • Loading branch information
xiaoxq authored Oct 17, 2018
2 parents 2bc9db9 + c572ec1 commit c5fc60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cmake -DCUDA_ARCH_NAME=All -DBUILD_docs=OFF -DBUILD_python_layer=OFF -DUSE_OPENC
make all
make install

cd ..
mkdir caffe-output
cp -r build/install/include caffe-output
cp -r build/lib caffe-output

0 comments on commit c5fc60a

Please sign in to comment.