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

Can't build and run #8

Open
FuzzzyYeti opened this issue Jun 27, 2024 · 2 comments
Open

Can't build and run #8

FuzzzyYeti opened this issue Jun 27, 2024 · 2 comments

Comments

@FuzzzyYeti
Copy link

FuzzzyYeti commented Jun 27, 2024

Screenshot from 2024-06-27 11-07-47

I used this command lines
sudo apt install build-essential cmak
sudo apt install libsdl2-dev
sudo apt install libbullet-dev
sudo apt install assimp-utils libassimp-dev libassimp5

and use this command line

cmake ..
make

My os is Ubuntu 22.04 LTS

How can i fix that error ?

@jasonmzx
Copy link
Owner

Hey sorry I forgot to update the Readme, but you need to install bullet through VCPKG instead of the 'libbullet-dev' package, I'll probably update this tomorrow in the readme... sorry for the issue

If you go on the rewrite_2 branch you should be able to build & run as its still using the libbullet apt lib, but for main you need Bullet installed via VCPKG

@atharva-0123-cs
Copy link

I just removed the "CONFIG"
find_package(Bullet REQUIRED) # Note: Removed CONFIG
and it worked

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

3 participants