美文网首页
hackingtosh AppleALC的源码编译和clover

hackingtosh AppleALC的源码编译和clover

作者: liruce | 来源:发表于2019-02-15 19:01 被阅读0次

    1.下载AppleALC和Lilu源码:

    git clone https://github.com/acidanthera/Lilu.git

    git clone https://github.com/acidanthera/AppleALC.git

    2.用Xcode的编译Lilu和AppleALC:

    注意Xcode的路径:

    查看:

    xcode-select -p

    修改:

    sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

    a.Lilu编译Debug版本和release版本:

    b.把LiluDebug版本拷贝到AppleALC里面去:

    同样的方法编译AppleALC二个不同版本;

    编译成功以后如下:

    3.clover里面的设置:

    找到你声卡填在clover里面的ID:

    https://github.com/acidanthera/AppleALC/wiki/Supported-codecs

    例如ALC290

    3和28

    4.如果你的声卡的ID找不到型号或者填入数字无法识别,请使用hacking tool打补丁,或者hotpatch,万能声卡驱动进行尝试。

    hackingtool比较流行而且比较简单:

    1).下载tool:

    https://www.tonymacx86.com/threads/release-hackintool-v1-8-3.254559/

    2.选择os的版本

    3.

    4.导出Plist文件

    5.声卡的补丁已经打好了:

    相关文章

      网友评论

          本文标题:hackingtosh AppleALC的源码编译和clover

          本文链接:https://www.haomeiwen.com/subject/iqpmeqtx.html