Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
ProjectoMultimeda2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b9b4cb96
authored
Feb 13, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Generado script de instalacion automatica de las dependencias (NO PROBADO!)
parent
56623ce1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
script_reinstalacion.sh
script_reinstalacion.sh
0 → 100644
View file @
b9b4cb96
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment