Skip to content

Commit

Permalink
Swap setup order of boost and yaml due to yaml dependency on boost
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-edward committed Jun 6, 2016
1 parent 8b59d7d commit 4a5e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -138,10 +138,10 @@ run_setupscript "env" "Env directory"
run_setupscript "cmake" "CMake"
run_setupscript "gmocktest" "GMockTest"
run_setupscript "jsoncpp" "JsonCPP"
run_setupscript "boost" "Boost"
run_setupscript "yamlcpp" "YamlCPP"
run_setupscript "neuralnet" "Neural Net"
run_setupscript "bullet" "Bullet Physics Library"
run_setupscript "boost" "Boost"


echo ""
Expand Down

0 comments on commit 4a5e516

Please sign in to comment.