mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
a60544b1ad
Currently only tested on Ubuntu-touch emulator with framework ubuntu-sdk-14.10 for armhf. The ubuntu-touch port is binary compatible with the Kobo port major changes in this PR are: 1. rename the emulator device to sdl device since both the emulator and the ubuntu-touch target use libsdl to handle input/output. 2. ubuntu-touch app has no write access to the installation dir so all write-outs should be in a seperate dir definded in `datastorage`.
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
[submodule "koreader-base"]
|
|
path = base
|
|
url = git://github.com/koreader/koreader-base.git
|
|
[submodule "platform/android/luajit-launcher"]
|
|
path = platform/android/luajit-launcher
|
|
url = https://github.com/koreader/android-luajit-launcher.git
|
|
[submodule "platform/ubuntu-touch/ubuntu-touch-sdl"]
|
|
path = platform/ubuntu-touch/ubuntu-touch-sdl
|
|
url = https://github.com/Sturmflut/ubuntu-touch-sdl-template
|