You are hereDownload
Download
Get our user guide Here.
Requires Free Pascal version 2.6.0 or later.
Download current version: 2.8.6
For windows: Uninstall any previous version using the "Control Panel", then run the downloaded msi installer program.
Windows: Download
For linux: Untar the download, change directory into the untar folder, as root install and read the README.TXT.
tar -xvf mseide-msegui_2.8.6-32bit.tar.gz
cd mseide-msegui_2.8.6
./install.sh
Linux 32 bit Format: .deb .rpm .tar.gz
Linux 64 bit Format: .deb .rpm .tar.gz
Alternate downloads for both Linux and Windows version 2.8.6. Instructions, are here.
GIT users can follow the instructons here to get the source code.
How we used to do it for Linux and Windows (the long way).
As this project is based upon Free Pascal, that is where we will start.
Compiler:
Linux users should install the Free Pascal compiler by using their distribution's package manager. Or you can get the compiler from the Free Pascal website and install it that way.
Windows users can download the compiler from the Free Pascal website.
The Free Pascal website is located here. Click the "Download" menu link option.
Or to go directly to the download, click here.
Download the package appropriate for your computer and install it.
Windows users may have to logoff / restart their computer so that the path environment variable is updated for the free pascal compiler.
Source:
Now that you have the compiler it is time to get the source code.
The source code can be downloaded from Sourceforge.net (1), Sourceforge.net (2)
or Gitorious.org.
Save the source code to your computer. Unzip / untar it for the next step.
Compiling:
Now that you have the source code it is time to compile.
Linux users: From a terminal window enter this command (as one line)
ppc386 -B -Fu/path/to/source/mseide/lib/common/*
-Fu/path/to/source/mseide/lib/common/kernel/linux
-Fi/path/to/source/mseide/lib/common/kernel
/path/to/source/mseide/apps/ide/mseide.pas
Windows users: From a terminal window enter this command (as one line)
ppc386 -B -Fu/path/to/source/mseide/lib/common/*
-Fu/path/to/source/mseide/lib/common/kernel/windows
-Fi/path/to/source/mseide/lib/common/kernel
/path/to/source/mseide/apps/ide/mseide.pas
Hopefully you do not get any errors while trying to compile. For linux users, if you get a link error for X11 then install the xlib-devel package.
Using:
Linux users enter the following command from a terminal window
/path/to/source/apps/ide/mseide
Windows users enter the following command from a terminal window
\path\to\source\apps\ide\mseide.exe
Success:
You should now be greeted with the appearance of the MSEide+MSEgui programming environment.
Click on the "Settings" menu option. Click on "Configure MSEide". In the "${MSEIDE}" text area enter "/path/to/source". Click OK.
If you encounter any errors while trying to follow this document, or some part is just not clear, please let us know by posting to our forum.

