2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
koreader/platform
Martín Fernández 2c6808ba78
Add generic Linux package (#9351)
Relates to https://github.com/koreader/koreader/issues/9268
Requires https://github.com/koreader/koreader-base/pull/1504

Usage: 
- `kodev release linux` for native package (same arch as host)
- `LINUX_ARCH=arm release linux` for armhf on a x86_64 host.
- `LINUX_ARCH=arm64 release linux` for arm64 on a x86_64 host.

It produces a `koreader-linux-$ARCH-$VERSION.tar.xz` archive, where $ARCH follows `uname -m` convention {x86_64, armv7l, aarch64}

To generate the debian package from the generic archive the following command is required

`./platform/linux/do_debian_package.sh path_to.tar.xz`
2024-05-13 12:11:11 +02:00
..
android Initial support for new Kobo (Clara B/W + Colour, Libra Colour) (#11737) 2024-05-09 03:27:37 +02:00
appimage appimage: get full path before changing to assets dir (#11552) 2024-03-15 17:43:00 +01:00
cervantes Never export LD_LIBRARY_PATH 2023-07-18 02:11:25 +02:00
common Clear screen before zsync OTA update starts (#9114) 2022-06-08 12:09:51 +02:00
kindle Never export LD_LIBRARY_PATH 2023-07-18 02:11:25 +02:00
kobo Initial support for new Kobo (Clara B/W + Colour, Libra Colour) (#11737) 2024-05-09 03:27:37 +02:00
linux Add generic Linux package (#9351) 2024-05-13 12:11:11 +02:00
mac macOS: Comment on the expected gettext behavior 2023-07-18 02:11:25 +02:00
pocketbook Check if /usr/bin symlink is present to fix instance reuse issue on older Pocketbooks (#11764) 2024-05-13 12:08:16 +02:00
remarkable reMarkable: More robust Wi-Fi scripts (#11287) 2024-01-15 04:38:30 +01:00
sony-prstux Various Wi-Fi QoL improvements (#6424) 2020-07-27 03:39:06 +02:00
ubuntu-touch Never export LD_LIBRARY_PATH 2023-07-18 02:11:25 +02:00
win32 move platform dependent files into 'platform' directory 2014-10-03 18:02:50 +08:00