mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Merge pull request #826 from juliogonzalez/centos-setup
For RPM distributions fuse-libs is enough
This commit is contained in:
commit
af005b6e5e
@ -57,7 +57,7 @@ sudo apt-get install automake autotools-dev fuse g++ git libcurl4-openssl-dev li
|
||||
On CentOS 7:
|
||||
|
||||
```
|
||||
sudo yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel
|
||||
sudo yum install automake fuse-libs fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel
|
||||
```
|
||||
|
||||
Then compile from master via the following commands:
|
||||
|
Loading…
Reference in New Issue
Block a user