Minor fixes (#45)

This commit is contained in:
Giuliano Mega 2024-10-18 10:47:18 -03:00 committed by GitHub
parent 7a2a3d9e02
commit b7b6a31cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ make testAll
## Building Within Docker
For the specific case of Linux distributions which ship with gcc 14
and a downgrade to $3 is not possible/desirable, building within a Docker
and a downgrade to 13 is not possible/desirable, building within a Docker
container and pulling the binaries out by copying or mounting remains an
option; e.g.:
@ -233,8 +233,7 @@ option; e.g.:
# Clone original repo.
git clone https://github.com/codex-storage/nim-codex
# Build inside docker, with correct dependencies, using external repo.
# This should also keep modifications in the external repo (to be tested).
# Build inside docker
docker build -t codexstorage/nim-codex:latest -f nim-codex/docker/codex.Dockerfile nim-codex
# Extract executable
@ -243,4 +242,4 @@ docker cp codex-build:/usr/local/bin/codex ./codex
docker cp codex-build:/usr/local/bin/cirdl ./cirdl
```
and voilà, you should have the binaries available in the current folder.
and voilà, you should have the binaries available in the current folder.