glut not found by cmake in Ubuntu fixed (install_depencendcies_ubuntu in Makefile updated)

This commit is contained in:
Junggon Kim 2013-11-25 19:08:12 -08:00
parent efab11431a
commit d7d030a863
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ build_debug/Makefile: CMakeLists.txt
mkdir -p build_debug;cd build_debug;export CC=gcc;export CXX=g++;cmake -DCMAKE_BUILD_TYPE=Debug ..
install_dependencies_ubuntu:
sudo apt-get install build-essential cmake freeglut3-dev
sudo apt-get install build-essential cmake freeglut3-dev binutils-gold libxmu-dev libxi-dev