Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please create install instructions? #39

Closed
aaangeletakis opened this issue Dec 27, 2016 · 1 comment
Closed

Can you please create install instructions? #39

aaangeletakis opened this issue Dec 27, 2016 · 1 comment
Assignees

Comments

@aaangeletakis
Copy link

I'v downloaded this on my laptop (running Ubuntu) and I was wonder -- how can I Install this?

@d-frey
Copy link
Member

d-frey commented Dec 27, 2016

We have installation instructions in the documentation, e.g., at https://github.com/ColinH/PEGTL/blob/master/doc/Getting-Started.md#compilation

The short version is: It's a header-only library, there is nothing to install. Just copy the files somewhere and add it to your compiler's include path.

There are also packages available for several recent distributions, so you might also check with your distribution's package manager. If you install a package, it is available for use without adding an include path to the compiler explicitly, just make sure you are using the appropriate flags for C++11 or newer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants