File: INSTALL

package info (click to toggle)
freepops 0.2.7-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,464 kB
  • ctags: 2,677
  • sloc: ansic: 16,571; sh: 1,781; makefile: 1,127; cpp: 350
file content (22 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
----------
 FreePOPs
----------


Compilation and installation
----------------------------

To complile and install FreePOPs, use these commands:

 ./configure.sh <system> [flags ...]
 make <target>
 make install
 
Run ./configure.sh and make with no arguments for getting the list of
supported options/targets.

If you want to modify some parameters of FreePOPs, edit by hand the file
config.h

--
note: on some systems you should use gmake instead of make.