fix the readme
This commit is contained in:
parent
1fdcf365ed
commit
7031196089
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Notes for compilation
|
||||||
|
|
||||||
For Linux or Mac:
|
For Linux or Mac:
|
||||||
|
|
||||||
gcc -O3 -o oblong -DBITS64 oblong.c
|
gcc -lm -O3 -o oblong -DBITS64 oblong.c
|
||||||
|
|
||||||
For linux, you may have to add "/usr/lib/libm.a"
|
For linux, you may have to add "/usr/lib/libm.a"
|
||||||
after "oblong.c" (the library containing calls to
|
after "oblong.c" (the library containing calls to
|
||||||
|
|
Loading…
Reference in a new issue