Skip to content

Commit

Permalink
documentation: getting_started_wt guide improved
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Dec 30, 2024
1 parent b87e82f commit c18cb18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* @code{.cpp}
* pacman -S make
* wf-pacman -Syu wf-tools
* wf-pacman -Syu wf-tools
* wf-config repo enable blocksds
* wf-pacman -Syu
* wf-pacman -S target-gba
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* * More bn::istring_base comparison operators added.
* * bn::utf8_character validation improved.
* * Green swap disabled when the display is stopped.
* * `libstdc++` is now linked by default.
* * `libstdc++` is now linked by default (thanks asie!).
* * @ref faq_delta_time, @ref faq_sprites_metasprites and @ref faq_backgrounds_animated questions
* added to the @ref faq page.
* * @ref faq_standard and @ref faq_memory_heap questions improved.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/getting_started_wt.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h3>Contents</h3>
</nav>
<p>Downloading Butano and building their games and examples is easy and doesn&#x27;t take too much time, pinky promise.</p><section id="getting_started_wt_supported_platforms"><h2><a href="#getting_started_wt_supported_platforms">Supported platforms</a></h2><p><a href="https://wonderful.asie.pl/">Wonderful Toolchain</a> supports Windows and Unix-like platforms.</p><p>If you want to develop on macOS, you should try to use a Linux virtual machine or <a href="getting_started.html" class="m-doc">devkitARM</a> instead.</p></section><section id="getting_started_wt_emulator"><h2><a href="#getting_started_wt_emulator">GBA emulator</a></h2><p>Before anything, it is convenient to have a GBA emulator at hand, so you don&#x27;t have to test in real hardware each change you make in your project.</p><p>For developing GBA games, <a href="https://mgba.io">mGBA</a>, <a href="https://github.com/nba-emu/NanoBoyAdvance">NanoBoyAdvance</a>, <a href="https://github.com/SourMesen/Mesen2">Mesen</a> and the debug version of <a href="https://problemkaputt.de/gba.htm">No$gba</a> are recommended.</p></section><section id="getting_started_wt_wt"><h2><a href="#getting_started_wt_wt">Wonderful Toolchain</a></h2><p>The next step is to download and install <a href="https://wonderful.asie.pl/">Wonderful Toolchain</a> using <a href="https://wonderful.asie.pl/docs/getting-started/">this tutorial</a>.</p><p>From now on, this guide assumes a Windows environment, but the steps to take for Unix-like platforms should be similar.</p><img class="m-image" src="wt_installer.png" alt="Image" /><p>Once installed, open the Wonderful Toolchain Shell and run the following commands, accepting the default options when prompted:</p><pre class="m-code"><span class="n">pacman</span><span class="w"> </span><span class="o">-</span><span class="n">S</span><span class="w"> </span><span class="n">make</span>
<span class="n">wf</span><span class="o">-</span><span class="n">pacman</span><span class="w"> </span><span class="o">-</span><span class="n">Syu</span><span class="w"> </span><span class="n">wf</span><span class="o">-</span><span class="n">tools</span>
<span class="n">wf</span><span class="o">-</span><span class="n">pacman</span><span class="w"> </span><span class="o">-</span><span class="n">Syu</span><span class="w"> </span><span class="n">wf</span><span class="o">-</span><span class="n">tools</span>
<span class="n">wf</span><span class="o">-</span><span class="n">config</span><span class="w"> </span><span class="n">repo</span><span class="w"> </span><span class="n">enable</span><span class="w"> </span><span class="n">blocksds</span>
<span class="n">wf</span><span class="o">-</span><span class="n">pacman</span><span class="w"> </span><span class="o">-</span><span class="n">Syu</span>
<span class="n">wf</span><span class="o">-</span><span class="n">pacman</span><span class="w"> </span><span class="o">-</span><span class="n">S</span><span class="w"> </span><span class="n">target</span><span class="o">-</span><span class="n">gba</span>
Expand Down

0 comments on commit c18cb18

Please sign in to comment.