https://github.com/patr-schm/surface-maps-via-adaptive-triangulations
Revision c7ecb5594d1085b96b62c3cdcb6d6e4f45b4fd7a authored by Patrick Schmidt on 07 March 2023, 09:27:14 UTC, committed by GitHub on 07 March 2023, 09:27:14 UTC
1 parent 5c07c9f
Tip revision: c7ecb5594d1085b96b62c3cdcb6d6e4f45b4fd7a authored by Patrick Schmidt on 07 March 2023, 09:27:14 UTC
Update README.md
Update README.md
Tip revision: c7ecb55
grsi-install.sh
#!/bin/bash
# Install dependencies in a first step.
sudo apt-get install cmake g++
sudo apt install libgl1-mesa-dev mesa-utils libglfw3 libglfw3-dev libxinerama-dev libxcursor-dev libxi-dev
# Build project.
mkdir build
cd build
cmake ..
make -j4

Computing file changes ...