Update your system to solve bugs and add new features
IMPORTANT NOTE:
The patches found in the download section are for a specific version of MLDesigner only. They cannot be used on any other version or system they are prepared for.
The update script does NOT check for realities !!
Applying a wrong patch will result in inconsistencies and renders your MLDesigner installation unuseable! If the worst comes to the worst, dont worry: all your models will not be altered and remains inside the folder they are saved before, solely there is a operating expense to install the correct patch (no need for re-installing the whole MLDesigner).
CHOOSING YOUR VERSION:
You can look for your gcc version by entering the following command:
gcc --version
This command should prompt a output like this:
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
HOW TO INSTALL THE PATCH:
Before starting the patch, you should verify the integrety of the downloaded file. To do so, use the command 'md5sum' to compare the checksum of the archive with that displayed on the download page, e.g.:
md5sum MLD27r00.x86_64-linux-gcc4.patch05.tar
Now you can start to patch MLDesigner. The following steps will guide you through the complete process.
Login as root to patch MLDesigner.
su -
Password: ***
Extract the archive into the directory, MLDesigner is installed in. (e.g.: /usr/local/mld2 OR /opt/mld2)
cd [MLD directory]
tar xf [Updatefile].tar
Execute the patchme file. Simply entering:
./patchme