Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.92 KB

README.rst

File metadata and controls

68 lines (42 loc) · 1.92 KB

ccsyspath

ccsyspath helps you find the system include path of your c/c++ compiler

Supports gcc and clang c compilers.

MIT License Continuous Integration Coverage Testing Results

Usage

You can retrieve all of the system include paths for a specific compiler with the system_include_paths function.

import ccsyspath

paths = ccsyspath.system_include_paths('/path/to/clang')

Installing

You can install the latest stable version from PyPI

$ pip install ccsyspath

Or, you can install the latest development version from GitHub

$ pip install git+git://github.com/AndrewWalker/ccsyspath.git

Acknowledgements

This package is based on the approach demonstrated in a stackoverflow answer licensed under the cc by-sa 3.0 with attribution required

Contributing

If you experience problems with ccsyspath, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.