Skip to content

Commit

Permalink
better build hints
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Feb 6, 2023
1 parent 3d0fa33 commit aa6b070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ dependencies {
* Waiting for the initialization. (NDK/cmake install)
* Done.

* Using `Visual Studio Code`: (Simple)
* 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.)
* Setup ENV variable `ANDROID_HOME` to your Android SDK installation directory.
* Open the repo with `Visual Studio Code`
* Press `⌘ + shift + B` (Mac) or `ctrl + shift + B` (Win/Linux), choose the option `Enable CMake And Build Project With CMake`.
* Done.

* Build with preset tasks: (Requires `wsl`/`mingw`/`cygwin` on Windows.)
* 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.)

```shell
# define the environment variable "ANDROID_HOME"
Expand Down

0 comments on commit aa6b070

Please sign in to comment.