Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.45 KB

README.rst

File metadata and controls

44 lines (29 loc) · 1.45 KB

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.