mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-04 14:23:06 +00:00
Minor fixes (#45)
This commit is contained in:
parent
7a2a3d9e02
commit
b7b6a31cb4
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user