nsw:dev:makehb
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
nsw:dev:makehb [2022.04.08 13:48:50] – [nx-hbmenu] admin | nsw:dev:makehb [2024.09.05 16:39:05] (текущий) – [Atmosphere (1.7.1+2)] admin | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | ====== Компиляция | + | ====== Компиляция |
Строка 44: | Строка 44: | ||
make install | make install | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== Atmosphere (1.7.1+2) ===== | ||
+ | //SDK: 05.09.2024, Git: 05.09.2024// | ||
+ | <file batch 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:// | ||
+ | cd Atmosphere | ||
+ | git checkout 4617fec672eb47744f05c20fdb26254cebd1f893 | ||
+ | make | ||
+ | </ | ||
+ | |||
===== hekate ===== | ===== hekate ===== | ||
Строка 50: | Строка 66: | ||
cd hekate | cd hekate | ||
make | make | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== libnx (4.7.0) ===== | ||
+ | //SDK: 05.09.2024, Git: 05.09.2024// | ||
+ | <file batch libnx_v4.7.0.bat> | ||
+ | git clone https:// | ||
+ | cd libnx | ||
+ | git checkout c769852631bc38d49a2576587bef26bc834a42e4 | ||
+ | make | ||
+ | make install | ||
</ | </ | ||
Строка 75: | Строка 102: | ||
make | make | ||
</ | </ | ||
+ | Выхлоп: | ||
Строка 83: | Строка 111: | ||
git clone --recurse-submodules https:// | git clone --recurse-submodules https:// | ||
cd MissionControl | cd MissionControl | ||
+ | echo git checkout develop | ||
sed -i ' | sed -i ' | ||
make dist | make dist | ||
Строка 119: | Строка 148: | ||
./build.sh | ./build.sh | ||
</ | </ | ||
+ | |||
nsw/dev/makehb.1649414930.txt.gz · Последнее изменение: 2022.04.08 13:48:50 — admin