X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Flyx.rpm.README;h=29f7a2c77e50372ad1af3ea7f23385973b182a8f;hb=1c362cc773dcbea697fa964f078b879ef8838a97;hp=84570559473626fefd502a0cff60954343dd2db0;hpb=99042cf2fc679ff06aefd5e487ec71b0d0f4d9ed;p=lyx.git diff --git a/development/lyx.rpm.README b/development/lyx.rpm.README index 8457055947..29f7a2c77e 100644 --- a/development/lyx.rpm.README +++ b/development/lyx.rpm.README @@ -6,13 +6,13 @@ changes should be needed for other platforms. the qt-devel packages as well. 2) Install LaTeX. You can do this using RPMs from your distribution that - might be splitted in multiple packages (e.g. texlive, texlive-latex), + might be split in multiple packages (e.g. texlive, texlive-latex), or you can install TeXLive straight from the DVD. 3) Copy lyx.spec to the SPECS directory (on Redhat, this is located at /usr/src/redhat/SPECS, on other systems at /usr/src/packages/SPECS) -4) Copy the tarball (lyx-1.x.y.tar.gz) to your SOURCES directory (located +4) Copy the tarball (lyx-2.x.y.tar.gz) to your SOURCES directory (located in the same path as SPECS, e.g. /usr/src/packages/SOURCES). 5) Issue the command @@ -27,7 +27,7 @@ Note that building lyx requires about 150M free space on your disk. 6) Now install the package: - rpm -Uvh /usr/src/redhat/RPMS/i386/lyx-1.x.y-1.i386.rpm + rpm -Uvh /usr/src/redhat/RPMS/i386/lyx-2.x.y-1.i386.rpm (again, adjust the path and filename as needed) @@ -35,7 +35,7 @@ If you get dependency errors about qt4 or tetex/texlive, then you need to use the --nodeps option (because you installed qt4 or TeX not in rpm form): - rpm -Uvh --nodeps /usr/src/redhat/RPMS/i386/lyx-1.x.y-1.i386.rpm + rpm -Uvh --nodeps /usr/src/redhat/RPMS/i386/lyx-2.x.y-1.i386.rpm (again, adjust the path and filename as needed)