This documents describes build process for Ovum programming language toolset and tests.
Run the following commands from the project directory.
cmake -S . -B cmake-build
cmake --build cmake-build
.\cmake-build\ovum.exe
./cmake-build/bin/ovum World
.\cmake-build\ovum_tests.exe
./cmake-build/tests/ovum_tests
Running this script will build and install Ovum main executable at $HOME/ovum
.
Define $SAVE_PREV
environment variable to save previous configuration.
There is only a shell script, so on Windows one should use Git Bash.
./install.sh