Skip to content

Commit b35d07e

Browse files
committed
More information on downloading and installing
1 parent 69f7b57 commit b35d07e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ project as a submodule, releases will also be available as tags. This project's
1818
include folder should then be added to your project's include path. Again, all
1919
functionality is exposed through `#include "cppspec.hpp"`.
2020

21+
If you want to manually generate the collated `cppspec.hpp` yourself, you can download the ccollate tool [here](https://raw.githubusercontent.com/toroidal-code/ccollate/master/ccollate.rb) and then run `./ccollate.rb include/cppspec.hpp > cppspec.hpp` in the
22+
toplevel directory of the C++Spec repo. A fully-featured `cppspec.hpp` file
23+
will then be available in the root of the project for usage.
24+
25+
2126
## Documentation ##
2227

2328
See [http://cppspec.readthedocs.org/](http://cppspec.readthedocs.org/) for full documentation and a tutorial.

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ information.
1616
Either run `git clone https://github.com/toroidal-code/cppspec.git` or download the collated header
1717
file (if it is available). You can also download a ZIP version of the repo.
1818

19-
If you want to manually generate the collated `cppspec.hpp`, you can download the ccollate tool [here](https://raw.githubusercontent.com/toroidal-code/ccollate/master/ccollate.rb) and then run `./ccollate.rb` in the toplevel directory of the C++Spec repo.
19+
If you want to manually generate the collated `cppspec.hpp`, you can download the ccollate tool [here](https://raw.githubusercontent.com/toroidal-code/ccollate/master/ccollate.rb) and then run `./ccollate.rb include/cppspec.hpp > cppspec.hpp` in the
20+
toplevel directory of the C++Spec repo. A `cppspec.hpp` file will then be
21+
available in the root of the project for copying.

0 commit comments

Comments
 (0)