Jaysmito101 / TerraForge3D

Cross Platform Professional Procedural Terrain Generation & Texturing Tool
https://Jaysmito101.github.io/TerraForge3D/
MIT License
967 stars 89 forks source link

Add instructions how to build for Ubuntu #59

Open martincerven opened 1 month ago

martincerven commented 1 month ago

Add insctruction how to run on modern Ubuntu (22.04), something like:

git clone --recursive https://github.com/Jaysmito101/TerraForge3D.git
mkdir build && cd build
cmake ..
make 

and to run:

./terraforge3d

Also there is no Data directory, and app segfaults after running?

Jaysmito101 commented 1 month ago

Which branch are you using? Data directory should be there in the Top level directory of the repo inside binaries

As for the segfaults, I did get some reports but sadly could not yet reproduce that? Can you give me any details? (alothough if you dont place the data directory with he exe it will segfault not being able to load resources)