mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
Update README.md
This commit is contained in:
parent
220506e3d9
commit
11c00f0247
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -18,7 +18,7 @@ gcc -o skint [skint].c -lm
|
||||||
Some compilers link `<math.h>` library automatically, some require explicit option like `-lm` above. It can be built on 32-bit
|
Some compilers link `<math.h>` library automatically, some require explicit option like `-lm` above. It can be built on 32-bit
|
||||||
and 64-bit systems.
|
and 64-bit systems.
|
||||||
|
|
||||||
For much better performance (especially in floating-point calculations) you may pick another compiler, add optimization flags
|
For *much* better performance (especially in floating-point calculations) you may pick another compiler, add optimization flags
|
||||||
and some SKINT-specific options, e.g.:
|
and some SKINT-specific options, e.g.:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -35,11 +35,11 @@ For a more traditional install, please follow the instructions below. Skint will
|
||||||
installed as `/usr/local/bin/skint` command.
|
installed as `/usr/local/bin/skint` command.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/false-schemers/skint.git
|
git clone https://github.com/false-schemers/skint.git
|
||||||
$ cd skint
|
cd skint
|
||||||
$ make
|
make
|
||||||
$ make test
|
make test
|
||||||
$ sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Scheme Compatibility
|
## Scheme Compatibility
|
||||||
|
|
Loading…
Reference in a new issue