Skip to main content

ossfs使用记录

安装

# Install dependencies (if needed)
brew install automake autoconf libtool

# Clone the ossfs GitHub repository
git clone https://github.com/aliyun/ossfs.git
cd ossfs

# Build and install
./autogen.sh
./configure
make
sudo make install