Forgot move to build dir line

This commit is contained in:
Jared Szechy 2013-07-26 13:17:22 -04:00
parent 8b8b123726
commit c827fdf1cd
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Example building instructions on Ubuntu:
git clone <URL of git repository> # Something like: git@github.com:USERNAME/mbelib.git
cd mbelib # Move into source folder
mkdir build # Create build directory
cd build # Move to build directory
cmake .. # Create Makefile for current system
make # Compiles the library
sudo make install # Library is installed into computer