Difference between revisions of "Download"

From Sim-Im
Jump to navigation Jump to search
(revert)
Line 4: Line 4:
 
svn checkout svn://svn.berlios.de/sim-im/branches/0.9.4 <br>
 
svn checkout svn://svn.berlios.de/sim-im/branches/0.9.4 <br>
 
[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.52
 +
 +
Run:
 +
* gmake -f admin/Makefile.common
 +
*./configure --prefix <your_installation_path>
 +
*gmake
 +
*sudo gmake install

Revision as of 10:45, 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.52

Run:

  • gmake -f admin/Makefile.common
  • ./configure --prefix <your_installation_path>
  • gmake
  • sudo gmake install