Very small C sources implementing a few commands need in a FROM scratch
- C compiler
- CMake
- conan
mkdir cmake-build-debug && cd $_
conan install ..
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
Starting from directory created above, after make step, run:
./bin/test_*