On 2010-12-22, Wolfgang Engelmann wrote:
> Am Wednesday 22 December 2010 16:07:19 schrieb Alexander Kölsch:
>> Hallo,
>> also ich verwende Lyx 2.0 seit einiger Zeit und voll und ganz zufrieden.
>> Stabil, zuverlässig und tolle Ergebnisse.
>> Nun möchte ich allerdings gerne von Windows auf Knoppix und habe leider das
>> Problem, dass ich Lyx 2.0 zum Laufen bekomme.
>> Weiß jemand, ob es Pakete für Lxy 2.0 gibt???
>> Ich weiß auch nicht, welche qt Pakete benötigt werden um Lyx einfach selbst
>> zu kompilieren.
>> Mit Lyx 1.5 bekomme ich die Dateien leider nicht geöffnet.
If you save the files in the "new LyX" via Datei>Export>LyX1.5, it
should be fine.
Alternatively, you can also convert them "by hand" with the lyx2lyx
script *of the newer LyX version*.
> as far as I know there is no Lyx package yet for Debian.
Of course there is a LyX package, but no LyX 2.0.
Compiling LyX on Debian/Ubuntu (maybe also Knoppix):
LyX selber bauen:
* Quellen besorgen (SVN checkout or tarball)
* Abhängigkeiten mit `apt-get build-dep lyx` installieren.
* Configuration/Automake:
Vorkonfiguration mit `./autogen.sh`
Ohne debug-symbole, mit suffix (lyx -> lyx-svn)::
./configure --with-version-suffix=-svn --enable-build-type=release
* make, make install
Günter