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

  1. Install macports

    • Quick start
  1. Install python

    1. sudo port install python27
    2. sudo port select --set python python27
    3. sudo port install py27-pip
  2. Set pkg config environment

Compiling libsearpc

  1. ./autogen.sh
  2. make
  3. sudo make install

Download , then:

Compiling seafile

  1. Download
  2. Compile

    1. ./configure --disable-fuse
    2. make
    3. sudo make install
  1. Go to Release directory and see if seafile-applet.app can run correctly.

Problem you may encounter

  1. If reports “malformed object” “unknown load command”, It may be the version of xcode command line tools incompatible with install_name_tool.