doc: compile all versions
This commit is contained in:
parent
3ad285eeca
commit
0cd719fd82
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -10,7 +10,16 @@
|
|||
Compile version `X` :
|
||||
|
||||
```
|
||||
gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX
|
||||
gcc -Wall -Wpedantic tsock_vX.c -o t_sockvX
|
||||
```
|
||||
|
||||
Or compile all versions:
|
||||
|
||||
```
|
||||
gcc -Wall -Wpedantic tsock_v1.c -o t_sockv1
|
||||
gcc -Wall -Wpedantic tsock_v2.c -o t_sockv2
|
||||
gcc -Wall -Wpedantic tsock_v3.c -o t_sockv3
|
||||
gcc -Wall -Wpedantic tsock_v4.c -o t_sockv4
|
||||
```
|
||||
|
||||
Generate zip archive (replace `TP1` with relevant indication) :
|
||||
|
|
Loading…
Reference in a new issue