From 5cff07bc6e4111ceae1014b72cf31dffbbfb3ece Mon Sep 17 00:00:00 2001 From: tan Date: Wed, 12 Oct 2022 23:25:41 +0200 Subject: [PATCH] Add a touch more detail to readme instructions (#1) Co-authored-by: expectocode Reviewed-on: https://git.togrand.xyz/Lonami/Talaria/pulls/1 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4e8d79b..c7482b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Building +Clone the repo, then open the project in Android Studio. + Make sure the required Android NDK platforms are installed, and the environment variable `ANDROID_NDK_TOOLCHAIN_DIR` is configured correctly. @@ -8,3 +10,9 @@ On Windows, this might be a path such as the following (NDK "Side by side" SDK t ``` %LOCALAPPDATA%\Android\Sdk\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\bin ``` + +Set your API ID and hash in the rust code. + +Change the Cargo.toml to point to a local grammers source tree and remove the version argument. + +Sync gradle files, and Android Studio's "build" and "run" should Just Work.