Skip to content

Instantly share code, notes, and snippets.

@peerasan
Created June 8, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peerasan/e6b40eaca532e3fb0cbe9e1fee403b36 to your computer and use it in GitHub Desktop.
Save peerasan/e6b40eaca532e3fb0cbe9e1fee403b36 to your computer and use it in GitHub Desktop.
Install Tencent cloud (COSFS)
#Prepare
apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config fuse
#download source-code, compile and install
git clone https://github.com/tencentyun/cosfs.git /usr/cosfs
cd /usr/cosfs
./autogen.sh
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment