summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6fab53f..99abc3b 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,10 @@
### Build
-1. build boost, rose
-2. checkout repo, cd
-3. `cmake -DROSEHOME=<ROSEHOME> -DBOOSTHOME=<BOOSTHOME> -H. -Bbuild`
-4. `cmake --build build -- -j10`
-5. If no errors during build, executables are in `build`
+1. checkout repo, cd
+2. `cmake -DROSEHOME=<ROSEHOME> -DBOOSTHOME=<BOOSTHOME> -H. -Bbuild`
+3. `cmake --build build -- -j10`
+4. If no errors during build, executables are in `build`
### Install
@@ -36,4 +35,4 @@
## Debug
-* pass `-DDEBUGCHILL` will enable debug output \ No newline at end of file
+* pass `-DDEBUGCHILL` will enable debug output