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

Conversation

vgorin
Copy link
Contributor

@vgorin vgorin commented Dec 7, 2017

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

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
@msuiche msuiche merged commit d2d1ba5 into msuiche:master Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants