I'm making a voxel engine at the reccomendation of a friend of mine who encouraged me to use OpenGL to create the game from. This is mainly going to be used by me to create a game using OpenGL and learn the maths surrounding it.
Run:
sudo apt install glfw
or on Fedora:
sudo dnf install glfw
If you are on Arch Linux, run:
sudo pacman -S glfw
An example command would be:
cd /home/<user>/Downloads/VoxelTest
Now that you are in the folder, you can use the makefile by running:
make run
And as long as you have GCC and G++ installed, the code will compile and run automatically. I am planning on making a CMAKE profile to allow for Windows users to compile and run the code.