Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
docs: updated README w/ building instructions and removed unnecessary…
Browse files Browse the repository at this point in the history
… reference to license as original source code has been linked to in comment
  • Loading branch information
PascalinDe committed Oct 25, 2023
1 parent 7757e5c commit 8cea5dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ make dircache
cargo test
```

# Notes on building the library for x86_64 devices

To build this library for a x86_64 device, Android NDK version 25.2.9519653 must be installed at the
default installation path (`$HOME/Android/Sdk/ndk`).

# License

The code is licensed under the MIT license.
Expand Down
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// inspired by https://github.com/p2panda/meli/pull/21/files
// meli is licensed under GNU AFFERO GENERAL PUBLIC LICENSE

use std::env;

Expand Down

0 comments on commit 8cea5dd

Please sign in to comment.