# ProcessTools **Repository Path**: sdguet/ProcessTools ## Basic Information - **Project Name**: ProcessTools - **Description**: Windwos ,Linux 进程间通信封装 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2017-09-14 - **Last Updated**: 2023-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProcessTools Windwos ,Linux 进程间通信封装 on Windows: open with VS2010,then complie and run. on Linux: ``` cd /sharedMemory mkdir build cd build cmake .. make ```