Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9939 from JosJuice/readme-submodule
Readme: Copy the submodule note to non-Windows sections
  • Loading branch information
leoetlino committed Jul 31, 2021
2 parents a208ff5 + e1670df commit 24f052a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Expand Up @@ -63,6 +63,11 @@ bundled with Dolphin and used if they're not installed on your system. CMake
will inform you if a bundled library is used or if you need to install any
missing packages yourself.

Make sure to pull submodules before building:
```sh
git submodule update --init
```

### macOS Build Steps:

A binary supporting a single architecture can be built using the following steps:
Expand Down Expand Up @@ -123,6 +128,11 @@ Or useful for having multiple distinct Dolphin setups for testing/development/TA
These instructions assume familiarity with Android development. If you do not have an
Android dev environment set up, see [AndroidSetup.md](AndroidSetup.md).

Make sure to pull submodules before building:
```sh
git submodule update --init
```

If using Android Studio, import the Gradle project located in `./Source/Android`.

Android apps are compiled using a build system called Gradle. Dolphin's native component,
Expand Down

0 comments on commit 24f052a

Please sign in to comment.