forked from enigma-dev/enigma-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
STIGMA-OpenBSD-Install.sh
executable file
·2 lines (2 loc) · 1.25 KB
/
STIGMA-OpenBSD-Install.sh
1
2
#!/bin/sh
su -l root -c '/bin/sh -c "pkg_add curl wget git llvm gcc gdb gmake cmake pkgconf glfw flac opus opusfile mpg123 libmodplug libsndfile protobuf protobuf-c lzlib glew glm png libvpx openal libogg libsndfile libvorbis vorbis-tools sdl2 sdl2-mixer dumb fluidsynth libffi gtk+3 glib2 jdk jna libyaml pugixml yaml-cpp abseil-cpp zenity && git clone --recurse-submodules -j8 https://github.com/time-killer-games/stigma-dev /usr/local/bin/stigma-dev && ln -s /usr/local/include/google /usr/local/bin/stigma-dev/shared/protos/google && ln -s /usr/local/include/google /usr/local/bin/stigma-dev/CommandLine/emake/google && cd /usr/local/bin/stigma-dev && gmake clean && gmake && gmake && gmake emake && chmod +x /usr/local/bin/stigma-dev/install.sh && /usr/local/bin/stigma-dev/install.sh && rm -f /usr/local/bin/stigma-dev/plugins/shared/jna.jar && ln -s /usr/local/share/java/classes/jna.jar /usr/local/bin/stigma-dev/plugins/shared/jna.jar && cp -f /usr/local/bin/stigma-dev/stigma-dev-alt.desktop /usr/local/share/applications/stigma-dev.desktop && chmod +x /usr/local/share/applications/stigma-dev.desktop"' && rm -rf ~/.enigma && mkdir -p ~/.enigma/Preprocessor_Environment_Editable && echo "Installation Complete! You may now run the \"stigma-dev.desktop\" Desktop Entry!"