Results
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Dependencies
Just for run
sudo apt-get install libglew1.13
For compiling
sudo apt-get install libglew-dev
----
I know that's not easy to run or compile code under linux with openGL using libs, but... I try about 10-15 different distr, and compile under each one. Just small tips...
Linux kali 4.14.0-kali3-686-pae #1 SMP Debian 4.14.12-2kali1 (2018-01-08) i686 GNU/Linux
sudo apt-get install make
sudo apt-get install gcc
sudo apt-get install libglew-dev
git clone https://github.com/glfw/glfw.git
sudo apt-get install cmake
cd glfw
sudo apt-get install doxygen
sudo apt-get install libxinerama-dev
sudo apt-get install libxcursor-dev
cmake .
----
debian
sudo apt-get install xorg-dev libglu1-mesa-dev
----
sudo apt-get install git
sudo apt-get install libglew-dev
sudo apt-get install xorg-dev libglu1-mesa-dev
----
debian 9, just download and install lib
https://packages.debian.org/jessie/amd64/libglew1.10/download
sudo dpkg -i libglew1.10_1.10.0-3_amd64.deb
for source install
sudo apt-get install libglew-dev
----
arch linux
download https://sourceforge.net/projects/glew/files/glew/1.13.0/glew-1.13.0.tgz/download
make
sudo make install
----
Write in comments what OS (and version) and if you compiled or run this game :) I try to help.
GitHub/Repo
https://github.com/tapin13/xo
Leave a comment
Log in with itch.io to leave a comment.