Skip to content

ColinTogashi/BoostSharedMemoryTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BoostSharedMemoryTemplate

A templated wrapper for Boost Shared Memory that is compatible with PySHMXtreme

Requirements

  1. Boost
  2. CMake

Installation

git clone https://github.com/ColinTogashi/BoostSharedMemoryTemplate
mkdir build
cmake ..
sudo make install

If /usr/local is not part of the LD_LIBRARY_PATH:

echo "export LD_LIBRARY_PATH=\"${LD_LIBRARY_PATH}:/usr/local/lib\""  >>  ~/.bashrc

Platforms Tested On

  1. Ubuntu 18.04 (Boost 1.65.0, CMake 3.9)

About

A boost shared memory wrapper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published