buildenv/README.md

27 lines
703 B
Markdown
Raw Permalink Normal View History

2025-03-09 00:26:02 +01:00
# Creatures - Build Environment
This repository contains files to initialize a local Creatures build
2025-03-09 01:01:12 +01:00
environment. The build environment is built around Podman and specifically
Toolbox.
2025-03-09 00:26:02 +01:00
The build environment contains a complete C++ environment and the build2
build system.
It also contains a Node environment and Yarn.
## Creating the environment container
The easiest way to initialize the environment is by running the create.sh
file.
## Aliases
To simplify the usage of the build environment, copy the aliases.sh file to
your ~/.bashrc.d/ directory.
This will provide aliases for b, bdep, bpkg and yarn.
## Building from scratch
To build the environment from scratch, run the build.sh file.