doc: building and roadmap

This commit is contained in:
Paul Alnet 2024-03-01 15:51:21 +01:00
parent 0b699be672
commit b6565fd726

View file

@ -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