diff --git a/README.md b/README.md index 2e435353a..5a7bca5a1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,16 @@ To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, Version of autoconf need to be greater than 2.64. -You might also need SDL library packages if you want to compile and run the PC -emulator. Fedora users can install `SDL` and `SDL-devel`. Ubuntu users can +Cross toolchains are available to Ubuntu users through these commands: +``` +# building for Kindle +sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi +# building for Kobo +sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf +``` + +You might also need SDL library packages if you want to compile and run +Koreader on PC. Fedora users can install `SDL` and `SDL-devel`. Ubuntu users can install `libsdl1.2-dev`. diff --git a/koreader-base b/koreader-base index b31c920b4..5e68968c7 160000 --- a/koreader-base +++ b/koreader-base @@ -1 +1 @@ -Subproject commit b31c920b45427d92b7ad4977fd9644e9a9c0d185 +Subproject commit 5e68968c7a4d9d287b3792efc7e80749b803b662