mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

Usage of library #76

Open mohitanand001 opened 6 years ago

mohitanand001 commented 6 years ago

@gubatron @Gotham13121997 . If someone needs to just use the library , they need not clone the repository right (for the record Catch contains 14k+ lines :) ). They just need the underscore.hpp file. Shall we mention that in the README, or is this common knowledge. Suggestions needed.

gubatron commented 6 years ago

one way out is to use catch2 as a git submodule, I just haven't gotten around to it.

But yes, importing the library should be as simple as doing: wget https://raw.githubusercontent.com/farziengineer/underscore_cpp/master/src/underscore.hpp to some folder in our include path.