File: README.SVN

package info (click to toggle)
sim 0.9.5~svn20080806-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,108 kB
  • ctags: 11,570
  • sloc: cpp: 119,605; sh: 9,986; ansic: 3,312; perl: 2,752; lex: 1,533; makefile: 839; xml: 206; python: 56
file content (16 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Here a short overview how to compile the svn-version:
First you'll need actual automake and autoconf. Also you'll need different
packages like openssl, libxml, libxslt and more.
If you haven't installed some of them, hopefully ./configure will complain
about missing libs (If not, let us know )

Steps:
1. make -f admin/Makefile.common
2. ./configure
3. make
4. make install
5. Start SIM :-)

If you want to help us, it is better you did "./configure --enable-debug"
so we get more informations and can fix bugs better.