mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[doc] Building targets: remove mentions of Ubuntu Touch (#10974)
Deprecated or at least untested for years. Noticed due to <https://github.com/koreader/koreader/discussions/10972#discussion-5701647>
This commit is contained in:
@@ -26,19 +26,6 @@ If you want to use your own installed tools please make sure that you have the *
|
|||||||
|
|
||||||
Cross compile toolchains are available for Ubuntu users through these commands:
|
Cross compile toolchains are available for Ubuntu users through these commands:
|
||||||
|
|
||||||
##### Ubuntu Touch
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
|
|
||||||
```
|
|
||||||
|
|
||||||
**NOTE 1:** The packages `pkg-config-arm-linux-gnueabihf` and `pkg-config-arm-linux-gnueabi` may
|
|
||||||
block you from building. Remove them if you get the following ld error
|
|
||||||
|
|
||||||
```
|
|
||||||
/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lglib-2.0
|
|
||||||
```
|
|
||||||
|
|
||||||
##### e-Ink devices (e.g., Kindle, Kobo, Cervantes, reMarkable, PocketBook)
|
##### e-Ink devices (e.g., Kindle, Kobo, Cervantes, reMarkable, PocketBook)
|
||||||
|
|
||||||
**NOTE:** While, for some targets (specifically, Cervantes, Kindle & Kobo), we make *some* effort to support Linaro/Ubuntu TCs,
|
**NOTE:** While, for some targets (specifically, Cervantes, Kindle & Kobo), we make *some* effort to support Linaro/Ubuntu TCs,
|
||||||
@@ -69,20 +56,6 @@ sudo apt-get install openjdk-8-jdk p7zip-full
|
|||||||
|
|
||||||
Building a debian package requires the `dpkg-deb` tool. It should be already installed if you're on a Debian/Ubuntu based distribution.
|
Building a debian package requires the `dpkg-deb` tool. It should be already installed if you're on a Debian/Ubuntu based distribution.
|
||||||
|
|
||||||
#### for Ubuntu Touch
|
|
||||||
|
|
||||||
Building for Ubuntu Touch requires the `click` package management tool.
|
|
||||||
|
|
||||||
Ubuntu users can install it with:
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt-get install click
|
|
||||||
```
|
|
||||||
|
|
||||||
**NOTE**: The Ubuntu Touch build won't start anymore, and none of the currently active developers have any physical devices. Please visit [#4960](https://github.com/koreader/koreader/issues/4960) if you want to help.
|
|
||||||
|
|
||||||
The Ubuntu Touch builds are therefore no longer published under releases on GitHub, but they are still available from [the nightly build server](http://build.koreader.rocks/download/nightly/).
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
You can check out our [nightlybuild script][nb-script] to see how to build a package from scratch.
|
You can check out our [nightlybuild script][nb-script] to see how to build a package from scratch.
|
||||||
@@ -167,14 +140,6 @@ See [Building](https://github.com/koreader/koreader/blob/master/doc/Building.md)
|
|||||||
./kodev release remarkable
|
./kodev release remarkable
|
||||||
```
|
```
|
||||||
|
|
||||||
### Embedded Linux devices
|
|
||||||
|
|
||||||
#### Ubuntu Touch
|
|
||||||
|
|
||||||
```
|
|
||||||
./kodev release ubuntu-touch
|
|
||||||
```
|
|
||||||
|
|
||||||
## Porting to a new target.
|
## Porting to a new target.
|
||||||
|
|
||||||
See [Porting.md](Porting.md)
|
See [Porting.md](Porting.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user