Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Find the system include paths for clang and gcc based c/c++ compilers

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages