Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions how to build for Ubuntu #59

Open
martincerven opened this issue Aug 26, 2024 · 1 comment
Open

Add instructions how to build for Ubuntu #59

martincerven opened this issue Aug 26, 2024 · 1 comment

Comments

@martincerven
Copy link

martincerven commented Aug 26, 2024

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
Copy link
Owner

Jaysmito101 commented Aug 26, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants