Skip to content

Instantly share code, notes, and snippets.

@OkiStuff
Created June 24, 2022 17:46
Show Gist options
  • Save OkiStuff/0ad039931366cfc99d46a756940fb61d to your computer and use it in GitHub Desktop.
Save OkiStuff/0ad039931366cfc99d46a756940fb61d to your computer and use it in GitHub Desktop.
#!/bin/bash
## GNU Make and Git are needed for this script
## Install them through the websites or apt
## If not on debian, change these to your distro's package managers
sudo apt-get install libxi-dev
sudo apt-get install libxcursor-dev
sudo apt-get install libxinerama-dev
sudo apt-get install libxrandr-dev
git clone https://github.com/pikostudios/muzzle Muzzle --recursive
cd Muzzle/deps/glfw
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment