Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme: add info about boost dependency #45

Merged
merged 1 commit into from
Jan 16, 2018

Commits on Dec 7, 2017

  1. update readme: add info about boost dependency

    resolves the problems I've faced with during installation:
    c++ -std=c++14   -c -o Utils.o Utils.cpp
    In file included from Utils.cpp:17:
    ./Porosity.h:22:10: fatal error: 'boost/dynamic_bitset.hpp' file not found
    #include <boost/dynamic_bitset.hpp>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    make: *** [Utils.o] Error 1
    Basil Gorin authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    acffa76 View commit details
    Browse the repository at this point in the history