switch to arm-linux-gnueabi toolchain for Kindle devices

pull/508/head
chrox 10 years ago
parent 11ec22c33b
commit 828f90d7a9

@ -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`.

@ -1 +1 @@
Subproject commit b31c920b45427d92b7ad4977fd9644e9a9c0d185
Subproject commit 5e68968c7a4d9d287b3792efc7e80749b803b662
Loading…
Cancel
Save