bubble-dynamics

Spherical bubble dynamics simulator
git clone https://git.0xfab.ch/bubble-dynamics.git
Log | Files | Refs | README | LICENSE

commit 12a0ae566f7bb71ba8029c5551cc1daa56183f0f
parent d6cbc0743dea18ee64a56180a8150560ed138d38
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Sat, 19 Dec 2020 23:32:48 +0100

Install binary to $HOME/.local

Diffstat:
Mbuild.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash -meson setup build --buildtype release +meson setup build --buildtype release --prefix $HOME/.local meson compile -C build meson test -C build +meson install -C build