View Single Post
Old 01-02-2011, 05:22 PM   #6
quixote
Junior Member
quixote began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2011
Device: none (Kindle?)
Kudos!

You folks are the best! :

I can't wait to get this working. I run ubuntu, so I'm trying to transpose to that system, but I'm a bit too ignorant. I'm not sure I'm setting the environment variable right. I've tried at the command line as user and as root. It doesn't show up when I say "printenv" so I assume I've done something wrong. This is what I tried:
Code:
$CALIBRE_DEVELOP_FROM=/opt/calibre/src/
or
Code:
$sudo CALIBRE_DEVELOP_FROM=/opt/calibre/src/
or after getting a plain root shell:
Code:
#CALIBRE_DEVELOP_FROM=/opt/calibre/src/
/opt/calibre/src is the path to the source files I downloaded, after following the link. root has ownership of all the calibre directories in /opt/calibre/ and they are all executable.

What should I be doing different?
quixote is offline   Reply With Quote