crow icon indicating copy to clipboard operation
crow copied to clipboard

no amalgamtes/crow_all.h?

Open ghost opened this issue 6 years ago • 2 comments

Hi, so in the readme.md it says to clone amalgamates/crow_all.h, But Im not finding it. Im only seeing merge_all.py, which is a python file (from the amalgamets dir) but Im not sure, any thoughts?

ghost avatar Dec 02 '18 21:12 ghost

You have to build the library locally on your machine, then only you are going to find that file.

1. git clone [email protected]:ipkn/crow.git
2. cd crow && mkdir build && cd build && cmake .. && make && sudo make install
3. cd amalgamate
4. ls

You will find crow_all.h in the directory.

In case you don't want to build the library, you can use this this

Shravan40 avatar Dec 03 '18 06:12 Shravan40

the other link is missing the boost/optional.hpp file, but thank you for letting me know how to use it!

ghost avatar Dec 07 '18 20:12 ghost