Steppable 0.0.1
A CAS project written from scratch in C++
|
On platforms where Python is available, you can use the build.py
script to build Steppable. It is a simple script that can replace the need for CMake, Make, and other build tools.
To get started, you would need:
Software | Purpose | Alternatives | Required? |
---|---|---|---|
LLVM Clang | C++ Compiler | GCC, MSVC... | YES |
Python | Building | None | YES |
Git | Downloading | Download as Zip | NO |
First, clone the repository using the command:
For more information on getting the source code, see Getting the Source Code.
Then, invoke Python to run the build script:
The script will generate a new directory called Steppable.build
, structured as follows: