https://github.com/haozeke/docker_kobobuilder
For building koreader.
https://github.com/haozeke/docker_kobobuilder
buildbot docker kobo koreader
Last synced: 3 months ago
JSON representation
For building koreader.
- Host: GitHub
- URL: https://github.com/haozeke/docker_kobobuilder
- Owner: HaoZeke
- License: mit
- Created: 2018-06-03T21:34:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T21:35:17.000Z (about 7 years ago)
- Last Synced: 2025-02-01T08:41:32.423Z (4 months ago)
- Topics: buildbot, docker, kobo, koreader
- Homepage: https://cloud.docker.com/repository/docker/haozeke/kobobot
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koboBot Dockerfile [](https://www.paypal.me/HaoZeke/)
> Copyright (C) 2017 Rohit GoswamiMeant for compiling finicky kobo (Aura HD) systems with an archlinux box.
Works as a self contained setup for [koreader](https://github.com/koreader/koreader) and [plato](https://github.com/baskerville/plato).
## Usage
The recommended usage leverages your existing build tree so you only need this as your build environment.
```bash
docker run -it -h kobobot -v $SOURCE_LOCATION:/home/build/Github/Ereaders -v
$HOME/.ccache/:/home/build/.ccache -v $HOME/.cache/:/home/build/.cache -v $HOMEx-tools:/home/build/x-tools HaoZeke/kobobot
```