>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Stephen Lawrence wrote:
>> I noticed when I install the RPM version of lyx that it runs
>> through a "configure" type check to see what binaries are installed
>> on the machine (html2latexm , etc.). Is there a way I can have it
>> re-run that script after the rpm is installed in order to see what
>> other stuff I need to install and to re-configure lyx to use those
>> new utilites?
Angus> Use "Edit->Reconfigure" on the menu bar.
Angus> Alternatively, from the command line type:
Angus> $ ${PREFIX}/share/lyx/configure
Angus> (You'll find your lyx executable at ${PREFIX}/bin/lyx)
Angus> In amongst the noise you'll find:
Angus> creating textclass.lst creating packages.lst creating
Angus> doc/LaTeXConfig.lyx creating lyxrc.defaults
Angus> Find 'em in your ${HOME}/.lyx directory.
No, you'll find them in the directory from which you ran configure.
This means that
- if you want to change system-wide defaults, do (as root)
cd ${PREFIX}/share/lyx/ ; ./configure
- if you want to change user-local defaults, do
cd ${HOME}/.lyx ; ${PREFIX}/share/lyx/configure
(where PREFIX is not a real variable, but rather something like
/usr/local).
JMarc