Revise package building instructions (#318)

Do the package building instructions need to be revised?

Seems they are missing the "conan install .. --build=missing" step.

Also, when I built cryfs, I had to include the "-s compiler.libcxx=libstdc++11" flag to get conan to work. (Fedora 31, ppc64le).
This commit is contained in:
Charles Ross 2019-12-08 22:48:09 -07:00 committed by Sebastian Meßmer
parent 470fbd139b
commit ab98bd74e1

View File

@ -151,6 +151,7 @@ There are additional requirements if you want to create packages. They are:
2. Build
$ mkdir cmake && cd cmake
$ conan install .. --build=missing
$ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=off
$ make package