One Hour One Life Forums

a multiplayer game of parenting and civilization building

You are not logged in.

#1 2018-03-17 04:48:35

lcividin
Member
Registered: 2018-03-17
Posts: 1

How To: Install on Fedora 27

Installing OneHourLife on fedora 27

Hey wanted to post the different dependency names for fedora 27 to make it easier for people to install and play the game on this wonderful OS big_smile

First install dependencies listed here (I like to make sure my machine is up to date first hence the update/upgrade commands chained to the front of the install dependencies command

 sudo dnf update && sudo dnf upgrade -y && sudo dnf install SDL-devel SDL2-devel ImageMagick xclip git mesa-libGLU-devel mesa-libGL-devel gcc-c++ -y 

cd into directory where you downloaded the tar.gz file

 tar xzf OneLife*.tar.gz -C ~/uppack.directory 

cd into where you unpacked the tar.qz and then run the

 ./pullAndBuildLatest 

and if successfull you only need to run the

 ./OneLifeApp 

If like me you have a notification about vsync disabled (cause like me you're on an old laptop with intel graphics)

you can either run

 vblank_mode=0 ./OneLifeApp 

or

 export vblank_mode=0 

Then

 ./OneLifeApp 

hope it helps

Lew

Last edited by lcividin (2018-03-17 09:09:29)

Offline

Board footer

Powered by FluxBB