Newer
Older
DEMO_EXE="$PWD/$BUILD_PATH/demo/demo"
if [ ! -x "$(command -v cmake)" ]; then
sudo dnf install -y cmake extra-cmake-modules
sudo dnf install -y wayland-devel libxkbcommon-devel wayland-protocols-devel
sudo dnf install -y glew-devel glm-devel
fi
# if doing shader development, disable the cache to make sure changes take affect
cmake -S . -B $BUILD_PATH -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --install $BUILD_PATH --prefix /tmp/fggl-lib
Joseph Walton-Rivers
committed
# gamemoderun
if [ -x "$(command -v gamemoderun)" ]; then
fi
# mangohud
if [ -x "$(command -v mangohud)" ]; then