-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
kodev build fails under Fedora 26 #3069
Copy link
Copy link
Closed
Labels
Description
- KOReader version: master
Issue
In the process of creating a plugin (to be able to disable touch with a physical button on the inkbook prime, stay tuned), I wanted to build koreader but failed to do so.
I'm running Fedora 26 and think that I do have all necessary requirements (lua, nasm, ...)
This is what I did:
git clone https://github.com/koreader/koreader.git
cd koreader
./kodev build
And here is the output from ./kodev build -v. It fails at configuring djvulibre. Manually going into that directory and doing .\configure && make works, though.
Reactions are currently unavailable