17 May
2016
17 May
'16
6:18 p.m.
Paul Fultz II wrote:
Something like this:
git clone git@github.com:boostorg/hana.git mkdir build && cd build cmake ../hana/ cmake --build . cmake --build . --target check cmake --build . --target install
This builds, tests, and installs hana.
I wonder how this workflow would look like if we assume Boost layout, f.ex. from an extracted release tarball.