Skip to content

steinwurf/pybind11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybind11

CMake Linux Waf No Assertions Cppcheck

This repository contains waf build scripts for https://github.com/pybind/pybind11 that are necessary for integration with other Steinwurf libraries.

Table of Contents:

Quick Start

If you already installed a C++14 compiler, git and python on your system, then you can clone this repository to a suitable folder:

git clone git@github.com:steinwurf/pybind11.git

Configure and build the project:

cd pybind11
python waf configure
python waf build

Run the unit tests:

python waf --run_tests

On Windows you may need to set the MSSdk and DISTUTILS_USE_SDK environment variables to configure the project.