ChefKissInc / NootRX

The rDNA 2 dGPU support patch kext. No commercial use.
https://ChefKissInc.github.io/nootrx
Other
512 stars 93 forks source link

Add build instructions to README #9

Closed noahbroyles closed 8 months ago

noahbroyles commented 8 months ago

This may just be a me problem, but I can't figure out how to build/compile this project for use. I don't see anything available for download under the Releases for this repo either.

How can I build/use this project?

I tried following the build commands in the GitHub workflow but kept getting these errors:

/Users/noah/Downloads/HACKINTOSH/NootRX/Lilu.kext/Contents/Resources/Headers/kern_util.hpp:14:10: fatal error: 'libkern/libkern.h' file not found
#include <libkern/libkern.h>
         ^~~~~~~~~~~~~~~~~~~

I'm on an M1 Pro MBP running macOS 14.1 (23B74)

cornshiba commented 8 months ago

Go to the actions tab, select "Cl" as the workflow, and download the latest commit.

noahbroyles commented 8 months ago

@cornshiba Thanks a lot! This would be helpful to add to the README or Releases section of this repo