Add sudo to install

This commit is contained in:
Jared Szechy 2014-05-10 21:07:00 -04:00
parent f062fe0ef3
commit a9995c695a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install
sudo make install
# Install IT++ from SF
cd /tmp
@ -21,4 +21,4 @@ mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install
sudo make install