|
|
(3 intermediate revisions by 2 users not shown) |
Line 71: |
Line 71: |
| ===Method II - On your computer=== | | ===Method II - On your computer=== |
|
| |
|
| | </noinclude> |
| | <tabber> |
| | |
| | |-|Windows= |
| | |
| | <span> |
| ====Requirements==== | | ====Requirements==== |
|
| |
|
| * A Windows/macOS/Linux computer with an internet connection | | * A Windows computer with an internet connection |
| * An SD card or USB drive | | * An SD card or USB drive |
| * The latest version of {{GitHub|dhtdht020/osc-dl/releases/latest|OSCDL}} | | * The latest version of {{GitHub|dhtdht020/osc-dl/releases/latest|OSCDL}} |
|
| |
|
| ====Instructions==== | | ====Instructions==== |
| </noinclude>
| |
| <tabber>
| |
|
| |
| |-|Windows=
| |
|
| |
| <span>
| |
| <ol> | | <ol> |
| <li>Download <code>oscdl-installer.exe</code> and run the installer. Optionally, you may instead download <code>oscdl-standalone.exe</code>, which does not have to be installed and instead runs as a portable executable.</li> | | <li>Download <code>oscdl-installer.exe</code> and run the installer. Optionally, you may instead download <code>oscdl-standalone.exe</code>, which does not have to be installed and instead runs as a portable executable.</li> |
Line 101: |
Line 101: |
| <span> | | <span> |
| ====Requirements==== | | ====Requirements==== |
| | * A MacOS/Linux computer with an internet connection |
| | * An SD card or USB drive |
| * [https://git-scm.com/downloads Git] | | * [https://git-scm.com/downloads Git] |
| * [https://www.python.org/downloads/ Python 3.x] | | * [https://www.python.org/downloads/ Python 3.x] |
Line 108: |
Line 110: |
| <ol> | | <ol> |
| <li>Open a terminal window | | <li>Open a terminal window |
| <ul><li>It's recommended to run <code>cd</code> to a directory of your choice so you have easy access to it later. (Example: <code>cd ~/Desktop/OSCDL</code>)</li></ul></li> | | <ul> |
| | <li>It's recommended to run <code>cd</code> to a directory of your choice so you have easy access to it later. (Example: <code>cd ~/Desktop/OSCDL</code>)</li> |
| | </ul> |
| | </li> |
| <li>Run <code>git clone <nowiki>https://github.com/dhtdht020/osc-dl.git</nowiki></code></li> | | <li>Run <code>git clone <nowiki>https://github.com/dhtdht020/osc-dl.git</nowiki></code></li> |
| <li>Once it's done, run <code>cd osc-dl</code></li> | | <li>Once it's done, run <code>cd osc-dl</code></li> |
| <li>Then run <code>pip3 install -r requirements.txt</code></li> | | <li>Then run <code>pip3 install -r requirements.txt</code></li> |
| <li>Once it's done, run <code>python3 oscdl.py</code> | | <li>Once it's done, run <code>python3 oscdl.py</code> |
| <ul><li>You only need to run <code>python3 oscdl.py</code> if you need to use OSCDL again.</li></ul></li> | | <ul><li>If you get an error about <code>libxcb-cursor0</code> when running the program, then install it through your Package Manager then try again.</li></ul> |
| | <ul><li>For easy access later on, you can make a <code>.desktop</code> file with the command <code>python3 installed-directory/oscdl.py</code>. (Example: <code>python3 ~/Desktop/OSCDL/oscdl.py</code>)</li></ul></li> |
| <li>Find an application that you would like to get, and press the Download button. Alternatively, you can send the app directly to your Wii (this requires that your computer and Wii be on the same network)</li> | | <li>Find an application that you would like to get, and press the Download button. Alternatively, you can send the app directly to your Wii (this requires that your computer and Wii be on the same network)</li> |
| [[File:App-download-OSCDL.png|640px]] | | [[File:App-download-OSCDL-mint.png|640px]] |
| <li>A <code>.zip</code> file containing your app should download to wherever you specified the directory to be. Extract the <code>apps</code> folder in this archive to the root of your SD card or USB drive</li> | | <li>A <code>.zip</code> file containing your app should download to wherever you specified the directory to be. Extract the <code>apps</code> folder in this archive to the root of your SD card or USB drive</li> |
| <li>Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. Your downloaded piece of homebrew should now display.</li> | | <li>Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. Your downloaded piece of homebrew should now display.</li> |