From f34a47889e0efe39e165e211882b170a046c8f61 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 22:00:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc5c42..d72d659 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Report bugs to - Let me know your suggestions! ### How is it built? -Android NDK is required to build. [Click for usage information](https://developer.android.com/ndk/guides/other_build_systems). [Click for NDK downloads](https://developer.android.com/ndk/downloads). +Android NDK is required to build. [Click for usage information](https://developer.android.com/ndk/guides/other_build_systems). [Click for NDK downloads](https://developer.android.com/ndk/downloads). NOTE: The current configuration is configured for compilation with NDK. The configuration was configured according to the NDK guide (I gave the link). You may need to replace it depending on the situation. You just need to set the `CC` variable in the compile command. If you want to change something, take a look at the configuration. You can change him. it is located in the `config` folder. His name is `env.mk`. I gave the information in the file. You can ask more.