doc: building and roadmap
This commit is contained in:
parent
0b699be672
commit
b6565fd726
1 changed files with 21 additions and 3 deletions
24
README.md
24
README.md
|
@ -1,5 +1,23 @@
|
|||
# TP_AIPS
|
||||
LACAU Clement
|
||||
ALNET Paul
|
||||
|
||||
gcc t_sockvX.c -o t_sockvX
|
||||
- Groupe : 3IR C 2023-2024
|
||||
- Étudiants :
|
||||
- LACAU Clement
|
||||
- ALNET Paul
|
||||
|
||||
## Building
|
||||
|
||||
```
|
||||
gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
TODO help output
|
||||
|
||||
## Roadmap
|
||||
|
||||
- [ ] tsock-v1
|
||||
- [ ] tsock-v2
|
||||
- [ ] tsock-v3
|
||||
- [ ] tsock-v4
|
||||
|
|
Loading…
Reference in a new issue