diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-07-20 10:22:28 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-07-20 10:22:28 +0200 |
| commit | 40352f018b29e8aea9a804dd1240ea8374c39db8 (patch) | |
| tree | eed21b2f8b5b8f976261ab804e357218f69105c7 /README.md | |
| parent | e1ebff51092baf5581b728baec05c52c4bb3445e (diff) | |
| download | nissy-40352f018b29e8aea9a804dd1240ea8374c39db8.tar.gz nissy-40352f018b29e8aea9a804dd1240ea8374c39db8.zip | |
Added more scramble options, scramble doc
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -25,13 +25,12 @@ compiler to use the [C99 standard](https://en.wikipedia.org/wiki/C99). For | |||
| 25 | example, on a Linux system with GCC installed: | 25 | example, on a Linux system with GCC installed: |
| 26 | 26 | ||
| 27 | ``` | 27 | ``` |
| 28 | cd path/to/nissy/src | 28 | cd path/to/nissy |
| 29 | gcc -O3 -std=c99 -o ../nissy *.c | 29 | gcc -O3 -std=c99 -o nissy ./src/*.c |
| 30 | cd .. | ||
| 31 | ./nissy | 30 | ./nissy |
| 32 | ``` | 31 | ``` |
| 33 | 32 | ||
| 34 | You can also use the script compile.sh in the src folder, which executes that | 33 | You can also use the script compile.sh, which executes that |
| 35 | gcc line (with a few extra options). | 34 | gcc line (with a few extra options). |
| 36 | 35 | ||
| 37 | ## Tips | 36 | ## Tips |
