From c827fdf1cd60f4ca20678f79288c2b0c72880d0c Mon Sep 17 00:00:00 2001 From: Jared Szechy Date: Fri, 26 Jul 2013 13:17:22 -0400 Subject: [PATCH] Forgot move to build dir line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf62392..13f06b7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Example building instructions on Ubuntu: git clone # 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