ode-toolbox

ODE integration tools
git clone https://git.0xfab.ch/ode-toolbox.git
Log | Files | Refs | README | LICENSE

build.sh (115B)


      1 #!/usr/bin/env bash
      2 meson setup build --buildtype release --prefix $HOME/.local -Dtest=true
      3 meson compile -C build