Generado script de instalacion automatica de las dependencias (NO PROBADO!)

parent 56623ce1
Showing with 37 additions and 0 deletions
#!/bin/bash
wget https://apt.devkitpro.org/install-devkitpro-pacman
chmod +x ./install-devkitpro-pacman
sudo ./install-devkitpro-pacman
sudo dkp-pacman -Syu
sudo dkp-pacman -S nds-dev
wget https://melonds.kuribo64.net/downloads/melonDS-appimage-x86_64.zip
unzip melonDS-appimage-x86_64.zip -d melon
echo -n "alias melonds=" >> ~/.bashrc
echo -n "$(pwd)" >> ~/.bashrc
echo "/melon/melonDS-x86_64.AppImage" >> ~/.bashrc
sudo mkdir /opt/wonderful
sudo chown -R vboxuser /opt/wonderful
wget https://wonderful.asie.pl/bootstrap/wf-bootstrap-x86_64.tar.gz
path_to_wonderful=$(pwd)"/wf-bootstrap-x86_64.tar.gz"
cd /opt/wonderful/ && tar xzvf $path_to_wonderful
echo "export PATH=/opt/wonderful/bin:\$PATH" >> ~/.bashrc
echo "export WONDERFUL_TOOLCHAIN=/opt/wonderful" >> ~/.bashrc
. ~/.bashrc
wf-pacman -Syu
wf-pacman -Syu wf-tools
wf-config repo enable blocksds
wf-pacman -Syu
wf-pacman -S blocksds-toolchain
wf-pacman -S toolchain-llvm-teak-llvm
wf-pacman -S blocksds-nflib
echo "export BLOCKSDS=/opt/wonderful/thirdparty/blocksds/core" >> ~/.bashrc
echo "export BLOCKSDSEXT=/opt/wonderful/thirdparty/blocksds/external" >> ~/.bashrc
ln -sT /opt/wonderful/thirdparty/blocksds/external/nflib/ /opt/devkitpro/nflib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment