PS Wiki

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

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

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


nsw:dev:makehb

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
nsw:dev:makehb [2022.04.08 11:50:40] – [nx-hbmenu] adminnsw:dev:makehb [2024.09.05 16:39:05] (текущий) – [Atmosphere (1.7.1+2)] admin
Строка 1: Строка 1:
-====== Компиляция HomeBrew ======+====== Компиляция homebrew ======
  
  
Строка 44: Строка 44:
 make install make install
 </file> </file>
 +
 +
 +===== 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://github.com/Atmosphere-NX/Atmosphere
 +cd Atmosphere
 +git checkout 4617fec672eb47744f05c20fdb26254cebd1f893
 +make
 +</file>
 +
  
 ===== hekate ===== ===== hekate =====
Строка 50: Строка 66:
 cd hekate cd hekate
 make make
 +</file>
 +
 +
 +===== libnx (4.7.0) =====
 +//SDK: 05.09.2024, Git: 05.09.2024//
 +<file batch libnx_v4.7.0.bat>
 +git clone https://github.com/switchbrew/libnx
 +cd libnx
 +git checkout c769852631bc38d49a2576587bef26bc834a42e4
 +make
 +make install
 </file> </file>
  
Строка 75: Строка 102:
 make make
 </file> </file>
 +Выхлоп: ''output\Lockpick_RCM.bin''
  
  
Строка 83: Строка 111:
 git clone --recurse-submodules https://github.com/ndeadly/MissionControl git clone --recurse-submodules https://github.com/ndeadly/MissionControl
 cd MissionControl cd MissionControl
-cd lib/Atmosphere-libs && make && cd ../.. +echo git checkout develop 
-make+sed -i 's/GetSystemLanguage() == 10/GetSystemLanguage() == 99/g' ./mc_mitm/source/controllers/*.cpp 
 +make dist
 </file> </file>
  
Строка 106: Строка 135:
 git clone https://github.com/switchbrew/nx-hbmenu git clone https://github.com/switchbrew/nx-hbmenu
 cd nx-hbmenu cd nx-hbmenu
-make nx+make dist-bin
 </file> </file>
  
Строка 119: Строка 148:
 ./build.sh ./build.sh
 </file> </file>
 +
  
  
nsw/dev/makehb.1649407840.txt.gz · Последнее изменение: 2022.04.08 11:50:40 — admin