Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

can you give me some step by step intructions on how to load it through linux

(1 edit) (+1)

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

ok so when i do the "cmake ..", it is telling me errors occured, is this a device issue or what do I add to fix it

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