summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-24 12:43:37 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-24 12:43:37 -0600
commitad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2 (patch)
treee923ee357372b6df0cf71edc4be0fbab5dc72a0b
parent53c5a841d7131cc119c6bafdf5387d732eb98c02 (diff)
downloadchill-ad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2.tar.gz
chill-ad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2.tar.bz2
chill-ad7c7e7fc853f9f67f92ad9d59f3a4f48454e7f2.zip
updated readme instructions
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 99abc3b..ff7ad9c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
### Build
1. checkout repo, cd
-2. `cmake -DROSEHOME=<ROSEHOME> -DBOOSTHOME=<BOOSTHOME> -H. -Bbuild`
+2. `cmake -H. -Bbuild`
3. `cmake --build build -- -j10`
4. If no errors during build, executables are in `build`
@@ -28,7 +28,7 @@
* `lib` - Included modules, each as its own `src` and `include`
* `omega` - omega, LICENSE.omega
* `codegen` - codegen+, without rose dependence, LICENSE.omega
- * `rosecg` - codegen with rose, LICENSE.omega
+ * `chillcg` - codegen with chill, LICENSE.omega
* `parserel` - parse Relation vectors, for adding knowns
* `example` - CHiLL example scripts
* `doc` - manual & doxygen
@@ -36,3 +36,4 @@
## Debug
* pass `-DDEBUGCHILL` will enable debug output
+* or set `-DCMAKE_BUILD_TYPE=DEBUG`