Add a touch more detail to readme instructions #1

Merged
tan merged 2 commits from tan/Talaria:readme into master 2022-10-12 21:25:41 +00:00
1 changed files with 8 additions and 0 deletions

View File

@ -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.
tan marked this conversation as resolved

We could add a link to the relevant file here, and a mention to my.telegram.org to obtain the values.

We could add a link to the relevant file here, and a mention to my.telegram.org to obtain the values.
Review

We could add a link to the relevant file here

i dont know which one it is ngl

> We could add a link to the relevant file here i dont know which one it is ngl
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.