From ba129d7f22fcc7fe17557dfb29670527af426d89 Mon Sep 17 00:00:00 2001 From: "Joshua J. Drake" Date: Sat, 5 Sep 2015 13:55:17 -0500 Subject: [PATCH] Clarify build instructions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79d576b..b0a0bc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# unix => cd build/ && cmake .. && make +# unix => mkdir build ; cd build && cmake .. && make cmake_minimum_required(VERSION 2.6) project(rp++)