Mac OS X
- Download it from
- Double click the downloaded dmg file to start the installer, and install it to its default location.
Setup macports environment
-
Install macports
- Quick start
Install python
sudo port install python27
sudo port select --set python python27
sudo port install py27-pip
Set pkg config environment
Compiling libsearpc
./autogen.sh
make
sudo make install
Download , then:
Compiling seafile
- Download
Compile
./configure --disable-fuse
make
sudo make install
Go to Release directory and see if
seafile-applet.app
can run correctly.
Problem you may encounter
- If reports “malformed object” “unknown load command”, It may be the version of xcode command line tools incompatible with
install_name_tool
.