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

Update build instructions #454

Open
khanghugo opened this issue Sep 7, 2023 · 0 comments
Open

Update build instructions #454

khanghugo opened this issue Sep 7, 2023 · 0 comments

Comments

@khanghugo
Copy link
Contributor

On Fedora, I think these are the required packages.

sudo dnf install cmake boost-devel.i686 gcc-c++ libstdc++-devel.i686 libstdc++-static.i686 mesa-libGL-devel.i686 ninja-build

I also personally find GitHub CI instructions work better.

cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
cmake --build build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants