Quote:
Originally Posted by vurt
Thank you so much, that worked! I have KOReader running. I'll set it up and hope it syncs with KOReader on my other devices.
How do I update this in future? Do I use the './kodev/build' command?
|
It shouldn't be needed.
Just use
to run the program.
From time to time you can use
Code:
git pull origin master
./kodev fetch-thirdparty
to fetch updates. Then issuing the run command again should build whatever is changed.
Another thing you can do is
Code:
./kodev release macos
to generate a mac application bundle you can drag to your Applications folder.