You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,13 @@ dependencies {
43
43
* Waiting for the initialization. (NDK/cmake install)
44
44
* Done.
45
45
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.)
47
47
* Setup ENV variable `ANDROID_HOME` to your Android SDK installation directory.
48
48
* Open the repo with `Visual Studio Code`
49
49
* Press `⌘ + shift + B` (Mac) or `ctrl + shift + B` (Win/Linux), choose the option `Enable CMake And Build Project With CMake`.
50
50
* Done.
51
51
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.)
0 commit comments