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

Compiling in linux #7

Closed
jmacato opened this issue Nov 10, 2020 · 3 comments
Closed

Compiling in linux #7

jmacato opened this issue Nov 10, 2020 · 3 comments

Comments

@jmacato
Copy link

jmacato commented Nov 10, 2020

OS: Ubuntu 20.10

I tried compiling this on a live cd and installed build-essential and cmake but it fails and the error points to fmt::fmt-header-only thing. Any ideas?

@maharmstone
Copy link
Owner

Sorry, I forget to say that there's a dependency on libfmt - I've updated the README.

Try installing libfmt-dev, it should work then.

@jmacato
Copy link
Author

jmacato commented Nov 11, 2020

sorry for not saying that i already tried to install libfmt-dev and still had errors :(

@huangz986
Copy link

modify CMakeLists.txt, change fmt::fmt-header-only to fmt::fmt

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

No branches or pull requests

3 participants