File: INSTALL.md

package info (click to toggle)
pstreams 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 452 kB
  • sloc: cpp: 2,219; makefile: 144; sh: 18
file content (10 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
There is no configure script or install process for PStreams yet. It's
simple enough to not need one.

Just copy `pstream.h` to some directory and include in your programs.

The documentation is generated by running `make docs`.

To run the test program compile and run `test_pstreams.cc`.
This can be done with `make test_pstreams` if you have GNU or BSD make
(the Makefile doesn't work with Solaris, and probably other versions too).