Skip to content

DaanWillems/prism

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.7%
  • C++ 36.4%
  • Objective-C 0.5%
  • CMake 0.3%
  • GLSL 0.1%
  • JavaScript 0.0%