Added note on using make, removed note on TTY
This commit is contained in:
parent
aee2300717
commit
5ef1f6864c
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -48,8 +48,8 @@ C compiler. In general, this can be done with:
|
|||
`cc -std=c99 <util>`
|
||||
where <util> is the C file you wish to compile.
|
||||
|
||||
Note that tty requires you to add the flag `-D_XOPEN_SOURCE=700`
|
||||
(*Is this another GNU thing? Gods, it'd better not be...)
|
||||
Alternatively, you can just run `make` to compile all currently finished
|
||||
utilities.
|
||||
|
||||
Portability
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue