Difference between revisions of "Download"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[http://sim.gosign.de/template.php?main=sim Noragen's Win32 SVN builds, Debian unstable packages and some other related downloads] <br> | [http://sim.gosign.de/template.php?main=sim Noragen's Win32 SVN builds, Debian unstable packages and some other related downloads] <br> | ||
− | To build SIM you should have automake-1.5 and autoconf-2. | + | To build SIM you should have automake-1.5 and autoconf-2.53 |
Run: | Run: |
Revision as of 10:47, 4 February 2006
berlios.de project downloads page
Subversion repository
svn checkout svn://svn.berlios.de/sim-im/trunk/sim
svn checkout svn://svn.berlios.de/sim-im/branches/0.9.4
Noragen's Win32 SVN builds, Debian unstable packages and some other related downloads
To build SIM you should have automake-1.5 and autoconf-2.53
Run:
- gmake -f admin/Makefile.common
- ./configure --prefix <your_installation_path>
- gmake
- sudo gmake install