PS Wiki

Живее всех живых

Инструменты пользователя

Инструменты сайта


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

hekate

hekate.bat
git clone https://github.com/CTCaer/hekate
cd hekate
make

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 · Последнее изменение: 2023.10.13 21:27:00 — admin