This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 631
Add build instructions to README.md #272
Comments
Hello, Yes of course, the current readme is provisional. It will be fixed eventually. |
Id be happy to write a readme for this project. If it's okay I'll write one and open a PR for it in a few days or so. |
How did you manage to build it? |
I'll have to check my command line history but I'll send it tomorrow when I can. You just need the GTK6 headers, OpenGL + Vulkan headers, and a working C/C++ compiler toolchain. |
Alright here are the commands I ran (tested on a Ubuntu-based system):
After this, the built binaries should be available in build/bin/Release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an existing issue for this?
What feature are you suggesting?
Building the project is not difficult; however, the inclusion of build instructions would make building easier for those who aren't as familiar with CMake/Git. I had to install numerous dependencies that aren't present on a base system. It's probably safe to assume the person in question has a c++ toolchain installed, but not much more than that.
I would be completely open to writing the said instructions since I just spent the effort required to set up a build environment and am currently building citra.
Why would this feature be useful?
This would allow users to build the latest commit and test/use it locally.
The text was updated successfully, but these errors were encountered: