View Single Post
Old 12-04-2024, 01:26 PM   #10
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by vurt View Post
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
Code:
./kodev run
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.
pazos is offline   Reply With Quote