diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,4 +1,10 @@ -# Build +# CHiLL + +***The Composable High Level Loop Source-to-Source Translator*** + +## How to use + +### Build 1. build boost, rose 2. checkout repo, cd @@ -6,13 +12,13 @@ 4. `cmake --build build -- -j10` 5. If no errors during build, executables are in `build` -# Install +### Install 1. Optionally set `CMAKE_INSTALL_PREFIX` 2. Optionally `cmake --build build -- install` -# Doc +## Additional Doc * CHiLL.pdf -* `cmake --build build -- doc` +* Doxygen: `cmake --build build -- doc` |