On 20/06/2010 10:15 AM, Stephan Maseizik wrote:
My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg?
I don't know what checkinstall is, but one way to have 2.0 and 1.6 co-existing is to configure 2.0 with
./configure --with-version-suffix=SUFFIX where SUFFIX is anything you wanted ( "-devel", "-2.0", "-svn"... ). -- Julien
