wip linux/build fix#1
Draft
TheAwesome98-Real wants to merge 1 commit into
Draft
Conversation
Author
|
wait maybe why it's not working is because i didnt realise the 3rd argument meant it's the kernel |
Author
|
it's not, i'll work on it tomorrow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes the build, makes it work on linux and improves the instructions to help people know how to build it
i now realise i forgot to add what libs you need (it's
libllvm zlib libxml2 pkg-config libffi cmake) but i can do it some other timethe only thing is this build doesn't work, it will just segfault or abort on most binaries, so i will have to try to fix it
feel free to point out any problems or mistakes in the code, i don't know c++ very much so that's probably why it's so bad