美文网首页
mac安装citra-emu

mac安装citra-emu

作者: 树上的男爵effe | 来源:发表于2018-03-09 19:21 被阅读0次

    用homebrew安装:

    pkg-config

    SDL2

    Qt5

    CMake

    下载citra-emu:

    git clone --recursive https://github.com/citra-emu/citra

    cd citra

    git submodule update --init --recursive

    使用CMake:

    设置Qt5的位置:export Qt5_DIR=$(brew --prefix)/opt/qt5

    export MACOSX_DEPLOYMENT_TARGET=10.9

    mkdir build

    cd build

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

    cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release

    相关文章

      网友评论

          本文标题:mac安装citra-emu

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