Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homebrew_dev/app_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Getting started
...............

The first thing you'll need to get to start a project is a Makefile. These files are used to tell ``make`` how to turn your code into
a executable .nro file. Luckily there's a `premade template project <https://github.com/switchbrew/switch-examples/tree/master/templates/application>`_
an executable .nro file. Luckily there's a `premade template project <https://github.com/switchbrew/switch-examples/tree/master/templates/application>`_
that can be used for this purpose.

Download the whole application folder from the GitHub repo and put it somewhere on your computer.
Expand Down
8 changes: 4 additions & 4 deletions homebrew_dev/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Development tools
To get started, make sure you have all the following tools installed on your system.

1. `devkitA64 <https://devkitpro.org/wiki/Getting_Started>`_
- The toolchains used to compile your homebrew apps. Windows has a installer for it and other platforms just use pacman. Make sure to actually install the switch package that contains devkitA64!
- The toolchains used to compile your homebrew apps. Windows has an installer for it and other platforms just use pacman. Make sure to actually install the switch package that contains devkitA64!
2. `Visual Studio Code <https://code.visualstudio.com/>`_
- A amazing IDE / Text editor that works perfectly for homebrew development.
- An amazing IDE / Text editor that works perfectly for homebrew development.
- Make sure to install the C/C++ and optionally the GitLens extension
3. `GitKraken [Optional] <https://www.gitkraken.com/>`_
- A Git GUI that makes version control super easy.
Expand All @@ -40,7 +40,7 @@ Useful resources
1. `SwitchBrew <https://switchbrew.org>`_
- Provides information about the Switch's hardware and software.
2. `libnx <https://github.com/switchbrew/libnx>`_
- A amazing homebrew library that gives access to many of the switch's hardware and software features. ¨
- An amazing homebrew library that gives access to many of the switch's hardware and software features. ¨
- A Doxygen documentation can be found `here <https://switchbrew.github.io/libnx/>`_
3. `switch-examples <https://github.com/switchbrew/switch-examples>`_
- Examples for common homebrew features
Expand All @@ -56,4 +56,4 @@ Useful resources

.. toctree::
:maxdepth: 2
:caption: Contents:
:caption: Contents: