Fix few typos in the README.
This commit is contained in:
parent
4996711d73
commit
2dfedaab8d
19
README.md
19
README.md
|
@ -16,9 +16,8 @@ script.
|
||||||
|
|
||||||
This script has been tested of Fedora 23 and Ubuntu 16.10
|
This script has been tested of Fedora 23 and Ubuntu 16.10
|
||||||
|
|
||||||
Take care, the paragraphs are about the *target platforms*. If you
|
If you want to cross-compile for other platforms as windows or android, you
|
||||||
want to build Kiwix for Android on a GNU/Linux system, you should
|
should read the "Other target platform" section.
|
||||||
follow the instructions of the "Android" paragraph.
|
|
||||||
|
|
||||||
## Preparing environment
|
## Preparing environment
|
||||||
|
|
||||||
|
@ -89,13 +88,13 @@ specify it:
|
||||||
./kiwix-build Kiwixlib
|
./kiwix-build Kiwixlib
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other target platforms.
|
### Other target platform.
|
||||||
|
|
||||||
By default, kiwix-build will build everything for the current (native) platform
|
By default, kiwix-build will build everything for the current (native) platform
|
||||||
using dynamic linkage (hence the `native_dyn` of the BUILD_* directory).
|
using dynamic linkage (hence the `native_dyn` of the BUILD_native_dyn directory).
|
||||||
|
|
||||||
But you can select another target platforms using the option `target-platform`.
|
But you can select another target platform using the option `target-platform`.
|
||||||
For now, there is ten different platform supported :
|
For now, there is ten different supported platforms :
|
||||||
|
|
||||||
- native_dyn
|
- native_dyn
|
||||||
- native_static
|
- native_static
|
||||||
|
@ -114,9 +113,9 @@ So, if you want to compile for win32 using static linkage:
|
||||||
./kiwix-build.py --target-platform win32_dyn
|
./kiwix-build.py --target-platform win32_dyn
|
||||||
```
|
```
|
||||||
|
|
||||||
As said before, the ARCHIVES and SOURCES directories are common of the target
|
As said before, the ARCHIVES and SOURCES directories are common to all target
|
||||||
platform. So, if you always work in the same working directory the sources will
|
platforms. So, if you always work in the same working directory the sources
|
||||||
not be downloaded and prepared again.
|
will not be downloaded and prepared again.
|
||||||
|
|
||||||
On android* platforms, only kiwixlib is supported. So you must ask to
|
On android* platforms, only kiwixlib is supported. So you must ask to
|
||||||
kiwix-build to compile only kiwixlib:
|
kiwix-build to compile only kiwixlib:
|
||||||
|
|
Loading…
Reference in New Issue