mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-07 16:43:07 +00:00
better format in README.md
This commit is contained in:
parent
b03e0dcff4
commit
23d001adb9
25
README.md
25
README.md
@ -1,11 +1,17 @@
|
|||||||
# nim-e2e-reliability
|
# nim-e2e-reliability
|
||||||
Nim implementation of the e2e reliability protocol
|
Nim implementation of the e2e reliability protocol
|
||||||
|
|
||||||
# Building
|
## Building
|
||||||
|
|
||||||
## Android
|
### Windows, Linux or MacOS
|
||||||
|
|
||||||
Download the latest Android NDK. For example, on Ubuntu Intel:
|
```code
|
||||||
|
make libsds
|
||||||
|
```
|
||||||
|
|
||||||
|
### Android
|
||||||
|
|
||||||
|
Download the latest Android NDK. For example, on Ubuntu with Intel:
|
||||||
|
|
||||||
```code
|
```code
|
||||||
cd ~
|
cd ~
|
||||||
@ -24,16 +30,13 @@ export PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
|||||||
Then, use one of the following commands, according to the current architecture:
|
Then, use one of the following commands, according to the current architecture:
|
||||||
|
|
||||||
| Architecture | command |
|
| Architecture | command |
|
||||||
| arm64 | make libsds-android ARCH=arm64 |
|
| ------------ | ------- |
|
||||||
| amd64 | make libsds-android ARCH=amd64 |
|
| arm64 | `make libsds-android ARCH=arm64` |
|
||||||
| x86 | make libsds-android ARCH=x86 |
|
| amd64 | `make libsds-android ARCH=amd64` |
|
||||||
|
| x86 | `make libsds-android ARCH=x86` |
|
||||||
|
|
||||||
At the end of the process, the library will be created in build/libsds.so
|
At the end of the process, the library will be created in build/libsds.so
|
||||||
|
|
||||||
## Windows, Linux or MacOS
|
|
||||||
|
|
||||||
```code
|
|
||||||
make libsds
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user