|
|
|||||||||
|
Just download the mecat-1.4.5-1.noarch.rpm and install it like every other rpm.
I tried it myself for Mandriva 2005 (i586), Mandriva 2006 (i586) and Mandriva 2006 (x86_64).
Detailed installingIn this section I'll explain in detail how to install MeCat and all dependencies on Mandriva Linux. MeCat has 3 dependencies:Java runtime environment for Java 5.0MeCat is written in the interpretor language Java. Therefore, MeCat needs the java runtime environment (jre) for Java 1.5 from sun to run. You can download the jre from sun from the following page: http://java.sun.com/j2se/1.5.0/download.jspYou need to select jre-1_5_0_11-linux-i586-rpm.bin or jre-1_5_0_11-linux-amd64-rpm.bin depending on the type of distribution you have. After you downloaded the file, you need to become root, since you're only able to install anything if you are root. You need to make the file runnable. This is done by simply invoking the following command chmod u+x jre-1_5_0_11-linux-i586-rpm.binor for amd64 chmod u+x jre-1_5_0_11-linux-amd64-rpm.binin the directory where you downloaded jre-1_5_0_11-linux-i586-rpm.bin or jre-1_5_0_11-linux-amd64-rpm.bin. After it's executable, you have to unpack and install it with ./jre-1_5_0_11-linux-i586-rpm.binor for amd64 ./jre-1_5_0_11-linux-amd64-rpm.binAfter executing jre-1_5_0_11-linux-i586-rpm.bin you will be shown a licence agreement from sun. You can use SPACEBAR to move forward within the licence. At the end of the licence you will be asked to agree with the licence. If everything worked well, the java runtime environment is now installed and you can go on installing xerces. XercesXerces-2 can be found on any mandriva ftp mirror and can be installed with rpmdrake if you have added a ftp-distribution-mirror to the managed packages (see package manager in the main menu). In order to add the ftp-distribution-mirror to the managed packages, you use the package-source manager:MainMenu → System → Preferences → Package Management → Package Source ManagerThis program is going to need the root-password. After you agree to continue with Yes, a new dialog opens with a list of all known sources. If there are two entries similar to this example Installing Xerces-j2Xerces2 will be installed with install software at the following postition:MainMenu → System → Preferences → Package Management → Install SoftwareThis program is going to need the root-password. After you agree to continue with Yes, a new dialog opens. Next to the button search you fill xerces-j2 into an input field and push the button Search. The tree underneath now shows an entry xerces-j2-2.6.2-4.2mdk (the version number may vary). By clicking and thereby checking the box in front of the entry, a new dialog opens asking you if you want to install all dependent packages too. This you need to agree to with Ok. Now you can install Xerces by pushing the button Install. All necessary packages will now be gathered and installed. This will take some time. You can now continue with the part LaTeX .
If you'd rather install it manually, you need to get xerces-2 and xml-commons from any Mandriva download mirror.
For Mandriva 2006 (i586):
For Mandriva 2006 (x86_64):
Manual installation can be done with: rpm -i xerces-j2-2.6.2-3jpp.noarch.rpm xml-commons-resolver-1.1-2jpp.noarch.rpm LaTeXI strongly recommend using rpmdrake to install the requirements tetex-latex and tetex-dvi because there are some dependencies for both that you may not want to search and install manually.Using rpmdrake to install LaTeXInvoke rpmdrake from console or through the menu. Select the packages tetex-latex and tetex-dvips. If asked, allow the dependencies to be installed. Confirm the process with the button "install".You can skip the following part and jump to Install MeCat Manual installation of LaTeXThere is a good chance that the required tetex-* packages are on your Install-CDs or DVD. If this is not the case, you can download them from any Mandriva mirror.For Mandriva 2005 (i586):
Installing MeCatAfter all dependencies are installed, you now can install MeCat with:rpm -i mecat-1.4.5-1.noarch.mdk.rpm Using MeCatYou can invoke MeCat with the command mecat. After the installation, there should be an entry for MeCat in the start menu (Applications More/MeCat). Sometimes, for reasons I don't understand, the menu is not updated after the installation. If so, you can force the menu to update by opening the menu editor with a right click on the start menu icon and hitting the save button (update of menu complete). |