Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 670 Bytes

File metadata and controls

18 lines (11 loc) · 670 Bytes

boost-process

Build Status

Proposed portable process library for Boost (see http://boost.org).

The library is header-only. There are some examples in the test cases in libs/process/test. They can be build using cmake, e.g.

mkdir build && cd build && cmake .. && make

The the tests can be executed:

pushd libs/process/test && ./basic_run_test && ./environment_test && ./execute_show_env && popd

More information about the library is available from the BoostProcess.pdf file. But some of the descriptions may be outdated.