File: INSTALL

package info (click to toggle)
libapache2-mod-xmlrpc2 2.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 176 kB
  • ctags: 72
  • sloc: ansic: 747; sh: 43; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This project uses CMake.  You've probably never heard of it.  It's quite
a nifty little build system; more flexible (imho) than the standard
autoconf/automake/libtool build system.  More information about CMake
can be found at http://www.cmake.org/.

The following dependencies are required to build this project:
* CMake (preferably 2.0 or later; http://www.cmake.org/)
* xmlrpc-c (http://xmlrpc-c.sourceforge.net/)
* apache (2.0 or later; http://httpd.apache.org/)
* ruby (1.8 or later; http://www.ruby-lang.org/) [OPTIONAL]

To build and install:
1) Install all dependencies listed above
2) cmake /path/to/mod_xmlrpc-2.0/
3) make
4) make install

Andres Salomon <dilinger@voxel.net>  Fri, 15 Oct 2004 12:26:27 -0400