nsw:dev:makehb
Содержание
Компиляция homebrew
Atmosphere-libs
- Atmosphere-libs.bat
pacman -S switch-libjpeg-turbo --noconfirm git clone https://github.com/Atmosphere-NX/Atmosphere-libs cd Atmosphere-libs make
Atmosphere (до 0.20.0)
- Atmosphere.bat
pacman -S switch-libjpeg-turbo --noconfirm pacman -S switch-glm --noconfirm pip install pycryptodome pip install lz4 git clone --recurse-submodules https://github.com/Atmosphere-NX/Atmosphere cd Atmosphere make
Atmosphere (1.3.0-pre)
- prod.keys → C:\devkitPro\msys2\home\%USER%\.switch
- Atmosphere.bat
pacman -S switch-libjpeg-turbo --noconfirm pacman -S switch-glm --noconfirm pacman -S hactool --noconfirm pip install lz4 git clone --recurse-submodules https://github.com/Atmosphere-NX/Atmosphere cd Atmosphere make
- Atmosphere_Deps.bat
git clone https://github.com/Atmosphere-NX/libnx cd libnx git checkout 14_baseline_support make make install
Atmosphere (1.7.1+2)
SDK: 05.09.2024, Git: 05.09.2024
- Atmosphere_v1.7.1+2.bat
pacman -S hactool --noconfirm pacman -S switch-glm --noconfirm pacman -S switch-libjpeg-turbo --noconfirm pip install lz4 --break-system-packages git clone --recurse-submodules https://github.com/Atmosphere-NX/Atmosphere cd Atmosphere git checkout 4617fec672eb47744f05c20fdb26254cebd1f893 make
hekate
- hekate.bat
git clone https://github.com/CTCaer/hekate cd hekate make
libnx (4.7.0)
SDK: 05.09.2024, Git: 05.09.2024
- libnx_v4.7.0.bat
git clone https://github.com/switchbrew/libnx cd libnx git checkout c769852631bc38d49a2576587bef26bc834a42e4 make make install
libtesla
- libtesla.bat
git clone https://github.com/WerWolv/libtesla cd libtesla/example make
libusbhsfs
- libusbhsfs.bat
git clone https://github.com/DarkMatterCore/libusbhsfs cd libusbhsfs make BUILD_TYPE=ISC install
Lockpick_RCM
- Lockpick_RCM.bat
git clone https://github.com/shchmue/Lockpick_RCM cd Lockpick_RCM make
Выхлоп: output\Lockpick_RCM.bin
MissionControl
- MissionControl.bat
pacman -S switch-libjpeg-turbo --noconfirm git clone --recurse-submodules https://github.com/ndeadly/MissionControl cd MissionControl echo git checkout develop sed -i 's/GetSystemLanguage() == 10/GetSystemLanguage() == 99/g' ./mc_mitm/source/controllers/*.cpp make dist
nx-hbloader
- nx-hbloader.bat
git clone https://github.com/switchbrew/nx-hbloader cd nx-hbloader make
nx-hbmenu
- nx-hbmenu.bat
pacman -S switch-freetype --noconfirm pacman -S switch-libconfig --noconfirm pacman -S switch-libjpeg-turbo --noconfirm pacman -S switch-physfs --noconfirm pacman -S switch-zlib --noconfirm git clone https://github.com/switchbrew/nx-hbmenu cd nx-hbmenu make dist-bin
sys-clk
- sys-clk.bat
pacman -S switch-glm --noconfirm pacman -S switch-glfw --noconfirm git clone https://github.com/retronx-team/sys-clk cd sys-clk ./build.sh
%TEMPLATE%
- %TEMPLATE%.bat
git clone --recurse-submodules https://github.com/%USERNAME%/%REPONAME% cd %REPONAME% make
nsw/dev/makehb.txt · Последнее изменение: 2024.09.05 16:39:05 — admin