Skip to content

🔧 Installation¤

Note, before implementation were added as submodule. Now we only consider Docker containers installation. (To be updated)

See Dockerfile for dependencies and commands

🐳 Single implementation¤

# For a full installation including all dependencies and configurations:
IMPLEM="picoquic" make build-docker
# For first installation 
make install

# For modification: 
# For major update in ivy:
make build-docker-compose-full
# For a minor update in some implementation:
make build-docker-compose

⚠️ Clean Up¤

# To clean Docker images and system:
make clean-docker-full