File: INSTALL

package info (click to toggle)
libstxxl 1.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,476 kB
  • sloc: cpp: 45,101; ansic: 4,071; perl: 610; sh: 555; xml: 174; makefile: 18
file content (23 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BASIC INFORMATION

For detailed installation instructions, including instruction for installation
in a Linux or Windows based environment and application compilation hints
(including an example Makefile) please read the doxygen manual:
http://stxxl.sourceforge.net/


QUICK INSTALLATION INSTRUCTIONS FOR POSIX COMPATIBLE SYSTEMS

* Extract the tarball and change into the stxxl root directory.

* Create a separate build directory (in-source building is prohibited):
  - mkdir build
  - cd build

* Run cmake to detect the build platform (where ".." is the STXXL tree):
  - cmake ..

* Check cmake's output for errors, then run build the library:
  - make

* See http://stxxl.sourceforge.net/ for more details.