Skip to content

Commit aa6b070

Browse files
committed
better build hints
1 parent 3d0fa33 commit aa6b070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ dependencies {
4343
* Waiting for the initialization. (NDK/cmake install)
4444
* Done.
4545

46-
* Using `Visual Studio Code`: (Simple)
46+
* Using `Visual Studio Code`: (Requires __[WSL(Recommended)](https://learn.microsoft.com/en-us/windows/wsl/install)__/__[MinGW](https://osdn.net/projects/mingw/)__/__[Cygwin](https://www.cygwin.com/)__ on Windows.)
4747
* Setup ENV variable `ANDROID_HOME` to your Android SDK installation directory.
4848
* Open the repo with `Visual Studio Code`
4949
* Press `⌘ + shift + B` (Mac) or `ctrl + shift + B` (Win/Linux), choose the option `Enable CMake And Build Project With CMake`.
5050
* Done.
5151

52-
* Build with preset tasks: (Requires `wsl`/`mingw`/`cygwin` on Windows.)
52+
* Build with preset tasks: (Requires __[WSL(Recommended)](https://learn.microsoft.com/en-us/windows/wsl/install)__/__[MinGW](https://osdn.net/projects/mingw/)__/__[Cygwin](https://www.cygwin.com/)__ on Windows.)
5353

5454
```shell
5555
# define the environment variable "ANDROID_HOME"

0 commit comments

Comments
 (0)