File: BUILDING

package info (click to toggle)
opensp 1.5pre5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,860 kB
  • ctags: 8,918
  • sloc: cpp: 63,719; ansic: 10,494; sh: 7,592; makefile: 605; perl: 557; sed: 98
file content (20 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Build Instructions
==================

   These are generic build instructions.

   OpenSP and OpenJade now use the GNU configuration tools autoconf,
automake, and libtool for compilation.  To create a configure script
you will need to run the following commands in order:

/cvs/sp$ aclocal
/cvs/sp$ autoheader
/cvs/sp$ automake --add-missing
/cvs/sp$ autoconf

   This should create a useable 'configure' shell script that you can
use to compile the application.

/cvs/sp$ ./configure
/cvs/sp$ make
/cvs/sp$ make install