On Fri, Sep 15, 2006 at 12:52:46PM -0500, Bo Peng wrote: > > Thanks, it compiles now and run for me. > > > > Is there a special scons command to install lyx and create the sysdir > > somewhere ? > > What is sysdir for? I do not have this option yet. You can do > > scons .... DESTDIR=/path/to/dest install > > to install everything to /path/to/dest. Let me know what is under > sysdir and under what condition they would better be placed somewhere > else.
I think that Charles means the LyX system directory. In this case when you compile using scons ... prefix=/usr/local install the sysdir will be placed in /usr/local/share/lyx, the binaries in /usr/local/bin, and the man pages in /usr/local/man. I don't think that scons let you choose these locations independently of each other, though. Bo? -- Enrico