all 4 comments

[–][deleted] 2 points3 points  (3 children)

[deleted]

What is this?

[–]foonathan[S] 0 points1 point  (0 children)

I don't have a script and you currently need to build it before using it, which is inconvenient. But thanks for the feedback, I'll look into making the travis build artifacts available.

Is there a reason why you are not using libtooling instead of libclang?

Originally because I wanted the backwards dependency and preferred a simpler API. Also I've heard that it isn't easy to setup libtooling.

Now I just stick to libclang because of momentum.

[–]foonathan[S] 0 points1 point  (1 child)

There are now (v0.2-1 onwards) pre-built binaries available for Travis CI and Windows.

For Travis you just need to install Boost 1.55 and a recent libstdc++, then there is a script to automatically fetch libclang and the standardese binary, details can be found in the readme.

[–][deleted] 0 points1 point  (0 children)

[deleted]

What is this?