mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
22 lines
414 B
Plaintext
22 lines
414 B
Plaintext
Things to do to build on Windows:
|
|
|
|
[] Install DevkitPro
|
|
[] Open msys2 and run the following commands:
|
|
|
|
pacman -S python python-pip
|
|
pacman -S gcc
|
|
|
|
mkdir -p ~/.config/pip/
|
|
nano ~/.config/pip/pip.conf
|
|
|
|
[] then add this to the new file:
|
|
|
|
[global]
|
|
break-system-packages = true
|
|
|
|
[] save and exit
|
|
[] run these commands:
|
|
|
|
pacman -S openssl-devel
|
|
export CMAKE_TLS_VERIFY=0
|
|
pip install pandas requests openpyxl pypng debugpy |