Skip to content

Instantly share code, notes, and snippets.

@flipcoder
Last active September 7, 2019 18:17
Show Gist options
  • Save flipcoder/041e534a1aa482ff1fd5cece57052f92 to your computer and use it in GitHub Desktop.
Save flipcoder/041e534a1aa482ff1fd5cece57052f92 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
yay -S premake sdl2 sdl2_ttf glew freeimage freealut openal libvorbis libogg boost bullet assimp raknet glm cairomm pangomm rapidxml backward libcatch-cpp-headers jsoncpp
mkdir ~/projects
cd ~/projects
git clone http://github.com/flipcoder/microarmy
cd ~/projects/microarmy
git submodule update --init --recursive
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment