The repository contains Docker files and supporting scripts to make the development easier.
- docker
- docker-compose
- python3
Example installation:
sudo apt-get install -y docker-ce docker-compose python3
See more about docker-compose
at this link.
- Run
./compileWalrus.py -s <WALRUS_DIR>
, where<WALRUS DIR>
is the path to Walrus repo (it could be relative)- It creates Docker containers.
TIP: To free up some space the docker build cache can be removed with docker builder prune
command.
-
Run
./compileWalrus.py <WALRUS_DIR>
to compile to all architectures, what this Docker environment supports (3. line incompileWalrus.py
) -
For more info, run
./compileWalrus.py --help