Skip to content
New issue

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

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

Already on GitHub? # to your account

missing deps #82

Open
yurikoles opened this issue Apr 19, 2019 · 2 comments
Open

missing deps #82

yurikoles opened this issue Apr 19, 2019 · 2 comments
Assignees

Comments

@yurikoles
Copy link

Seems like zlib1g-dev is missing in build instructions, also on Ubuntu 19.04 you should install libfuse3-dev instead of libfuse-dev. BTW, this deps is also don't checked by CMake.

@sgan81 sgan81 self-assigned this Apr 20, 2019
@tinyapps
Copy link

Under Ubuntu 19.04, I had to tweak the Example for Linux (sudo apt install fuse libfuse-dev bzip2 libbz2-dev cmake gcc-c++ git libattr1-dev) like so:

sudo apt install fuse3 libfuse3-dev libbz2-dev cmake git libattr1-dev zlib1g-dev

Did not need to add bzip2 or gcc-c++ on a fresh install. Replaced fuse and libfuse-dev with fuse3 and libfuse3-dev, but had to sudo add-apt-repository universe first in order to make them available.

@jswhisperer
Copy link

#87 (comment)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants