Minimal implementation of Wolfram's R184 with colored terminal output.
- CMake
- Terminal with color support
git clone https://github.com/MaxMutantMayer/wolfram_r184.git
cd wolfram_r184
mkdir build && cd build
cmake ..
make
- Run CMake GUI and specify paths to source and build directory, e.g.
C:/PathToProgram/wolfram_r184
andC:/PathToProgram/wolfram_r184/build
. - Click
Configure
and choose wished toolchain - Click
Generate
to create VS solution - Open solution and build
wolfram_r184
project
VS 17 introduced built-in support for CMake. Simply open the project via File -> Open -> CMake..
to build and run it.
usage: wolfram_r184 <NumberOfTransitions>