Skip to content

A very simple wrapper for embed python in C++11.

Notifications You must be signed in to change notification settings

shiwenwang/pyembed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyEmbed

A very simple wrapper for embed python in C++11.

Configuration

Windows

- `set PYTHONHOME = ${YOUR_PYTHON_HOME_DIR}`
- specify PYTHON_MAJOR and PYTHON_MINOR in CMakeLists.txt

Linux

- `export PYTHONHOME = ${YOUR_PYTHON_HOME_DIR}`
- specify PYTHON_MAJOR and PYTHON_MINOR in CMakeLists.txt

Build

mkdir build && cd build
cmake ..
cmake --build . --config Realse

About

A very simple wrapper for embed python in C++11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published