trulyspinach / SMCAMDProcessor

Power management, monitoring and VirtualSMC plugin for AMD processors
BSD 3-Clause "New" or "Revised" License
1.03k stars 87 forks source link

how to build this repo #162

Closed MagicianLjj closed 1 year ago

MagicianLjj commented 1 year ago

need help I want to build this repo on my pc, but I encountered some problems. missing some header files, don't know which version of Lilu.kext to choose as dependency. can someone help , I would appreciate it.

trulyspinach commented 1 year ago

Hi, please refer to #33. Any version should work since we only use very little amount of APIs. You can't build this on a PC, you need macOS and Xcode.

MagicianLjj commented 1 year ago

Thank you for your reply I am doing this on ventura with xcode14, I downloaded Lilu debug version 1.62
but the problem is /SMCAMDProcessor.hpp:7:10 'Library/LegacyIOService.h' file not found Did I make something wrong

MagicianLjj commented 1 year ago

I have tried many versions of Lilu,and finally find version 1.47 according the date of #33 and build successfully