You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
doc/Build.md: fix a typo
If you distro ships this already -> If your …
This commit is contained in:
committed by
Benedikt Wildenhain
parent
967e6e9b94
commit
17713781d0
10
doc/Build.md
10
doc/Build.md
@@ -49,7 +49,7 @@ You can now skip the Additional Dependencies section and continue with the build
|
|||||||
|
|
||||||
## Additional Dependencies
|
## Additional Dependencies
|
||||||
### Skia
|
### Skia
|
||||||
If you distro ships this already (e.g. `skia-sharp` on Alpine), you can just install the package and skip this step.
|
If your distro ships this already (e.g. `skia-sharp` on Alpine), you can just install the package and skip this step.
|
||||||
|
|
||||||
Install `gn` via your system's package manager.
|
Install `gn` via your system's package manager.
|
||||||
```sh
|
```sh
|
||||||
@@ -69,7 +69,7 @@ Note:
|
|||||||
- On alpine: add `-fpermissive` to `--args`.
|
- On alpine: add `-fpermissive` to `--args`.
|
||||||
|
|
||||||
### wolfSSL
|
### wolfSSL
|
||||||
If you distro ships wolfSSL with JNI enabled already, you can just install the package and skip this step.
|
If your distro ships wolfSSL with JNI enabled already, you can just install the package and skip this step.
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/wolfSSL/wolfssl.git
|
git clone https://github.com/wolfSSL/wolfssl.git
|
||||||
cd wolfssl
|
cd wolfssl
|
||||||
@@ -81,7 +81,7 @@ sudo make install
|
|||||||
```
|
```
|
||||||
|
|
||||||
### bionic_translation
|
### bionic_translation
|
||||||
If you distro ships this already (e.g. `bionic_translation` on Alpine), you can just install the package and skip this step.
|
If your distro ships this already (e.g. `bionic_translation` on Alpine), you can just install the package and skip this step.
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/android_translation_layer/bionic_translation.git
|
git clone https://gitlab.com/android_translation_layer/bionic_translation.git
|
||||||
cd bionic_translation
|
cd bionic_translation
|
||||||
@@ -92,7 +92,7 @@ sudo meson install
|
|||||||
```
|
```
|
||||||
|
|
||||||
### art_standalone
|
### art_standalone
|
||||||
If you distro ships this already (e.g. `art_standalone` on Alpine), you can just install the package and skip this step.
|
If your distro ships this already (e.g. `art_standalone` on Alpine), you can just install the package and skip this step.
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/android_translation_layer/art_standalone.git
|
git clone https://gitlab.com/android_translation_layer/art_standalone.git
|
||||||
cd art_standalone
|
cd art_standalone
|
||||||
@@ -104,7 +104,7 @@ Note: adjust `____LIBDIR` depending on your distro (e.g some distros use `lib32`
|
|||||||
### libOpenSLES
|
### libOpenSLES
|
||||||
Optional (not required for Android Translation Layer itself but some apps depend on it).
|
Optional (not required for Android Translation Layer itself but some apps depend on it).
|
||||||
|
|
||||||
If you distro ships this already (e.g. `libopensles-standalone` on Alpine), you can just install the package and skip this step.
|
If your distro ships this already (e.g. `libopensles-standalone` on Alpine), you can just install the package and skip this step.
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/android_translation_layer/libopensles-standalone.git
|
git clone https://gitlab.com/android_translation_layer/libopensles-standalone.git
|
||||||
cd libopensles-standalone
|
cd libopensles-standalone
|
||||||
|
|||||||
Reference in New Issue
Block a user