在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):eidheim/tiny-process-library开源软件地址(OpenSource Url):https://github.com/eidheim/tiny-process-library开源编程语言(OpenSource Language):C++ 94.7%开源软件介绍(OpenSource Introduction):This project has moved to https://gitlab.com/eidheim/tiny-process-library. tiny-process-libraryA small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process. This library was created for, and is used by the C++ IDE project juCi++. Features
UsageSee examples.cpp. Get, compile and runUnix-like systemsgit clone http://gitlab.com/eidheim/tiny-process-library
cd tiny-process-library
mkdir build
cd build
cmake ..
make
./examples https://msys2.github.io/)Windows with MSYS2 (git clone http://gitlab.com/eidheim/tiny-process-library
cd tiny-process-library
mkdir build
cd build
cmake -G"MSYS Makefiles" ..
make
./examples |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论