Thread: DIY - KeK
View Single Post
Old 08-08-2012, 02:12 PM   #146
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
You got it correct - use a:
--prefix=/home
option to configure for running in the emulator (/home is the only place you can write)

use a:
--prefix=/mnt/us
option to configure for running in the Kindle.

When doing the "make install" step -
mkdir /home/<something>
DESTDIR=/home/<something> make install

Then cd to /home/<something>
and create a tar-ball of everything below it (for un-packing into /mnt/us)
as in: tar -czf something.tar.gz .
notice the trailing "space dot" in that command
knc1 is offline   Reply With Quote