Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spydr06 committed May 16, 2022
1 parent c41e69e commit e2d664e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ $ cmake .
$ make
```

> If you don't want llvm in your build, you can disable it with
> (to reenable, set `NO_LLVM=0`)
> ```console
> $ cmake . -DNO_LLVM=1
> $ make
> ```
To install CSpydr with all of its components (cspc - The CSpydr Compiler and the CSpydr Standard Library), enter this command (needs root privileges):
```console
# make install
Expand Down

0 comments on commit e2d664e

Please sign in to comment.