View Single Post
Old 04-20-2013, 11:06 AM   #974
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Done. I clicked on some point near to the bottom since the window overflowed the screen. Since page was not turned I thought the setting menu was not showed. I had to change my screen resolution. Thank you!

PS: some other little remarks: package is not libsdl-dev1.2, is libsdl1.2-dev. Furthermore you must also have cmake installed. IMHO instructions are a bit confusing, I simply done:

Spoiler:
Code:
git clone https://github.com/koreader/koreader.git
cd koreader
git clone https://github.com/koreader/koreader-base.git
make fetchthirdparty

and this is in common with other building options. For emulating I've also done:
Spoiler:
Code:
EMULATE_READER=1 make thirdparty EMULATE_READER_W=746 EMULATE_READER_H=1024 koreader-base
make bootstrapemu
cd emu
./reader.lua -d ./


Anyway a very good job, congrats

Last edited by Lucas Malor; 04-20-2013 at 11:14 AM.
Lucas Malor is offline   Reply With Quote