Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gesBD

5
Posts
A member registered Aug 13, 2020

Recent community posts

You need to install gcc with "sudo apt install gcc"

(1 edit)

When hhaving that activated you have an app folder called Linux in that there is a terminal. That will you need. In the terminal you need to download the source code. Run in the terminal "sudo apt install git libeigen3-dev libsfml-dev make cmake" to install the dependencies. Now run "git clone https://github.com/HackerPoet/MarbleMarcher" to clone the git repo. Then "cd MarbleMarcher" to open that folder and then execute "mkdir build && cd build" to create a new folder and open it "cmake .." to setup the build system "cd .." to get back to the root folder "cmake --build build" to build it

(2 edits)

How would it be with Linux? Chrome Os has support for running Linux executables. Also you could try to run it with wine or mono.

https://support.google.com/chromebook/answer/9145439?hl=en That

Are you talking about a Chrome Book? When yes you can just enable linux mode and recompile it.