Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 731 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 731 Bytes

Prism

Installation guide

Unix

Basic installation

Clone the repository, open a terminal and follow the instructions below.

$ sudo apt-get cmake
$ sudo apt install libsdl2-dev libsdl2-image-dev libassimp-dev libglew-dev 
$ cd "projectfolder" 
$ cmake .
$ cmake --build .
$ cd out
$ ./Prism.Game

Fixes for known errors

[dependency name] is not installed.
Follow terminal instructions. Probably just a sudo apt-get.
Could not open OpenGL - glxbadfbconfig.
Go to Software & Updates.
Go to Additional Drivers tab.
Press 'Using Nvidia driver Metapackage'.
Reboot.


Still doesn't work?
Disable Secure Boot in BIOS.