doc: zip archive generation
This commit is contained in:
parent
b6565fd726
commit
372dd36cae
1 changed files with 9 additions and 0 deletions
|
@ -7,10 +7,19 @@
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
Compile version `X` :
|
||||||
|
|
||||||
```
|
```
|
||||||
gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX
|
gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Generate zip archive (replace `TP1` with relevant indication) :
|
||||||
|
|
||||||
|
```
|
||||||
|
zip LACAU-ALNET-TP1.zip tsock_v*.c README.md
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
TODO help output
|
TODO help output
|
||||||
|
|
Loading…
Reference in a new issue