Skip to content

dongsupark/seafile-client

 
 

Repository files navigation

seafile-client Build Status

New version of Seafile desktop client.

BUILD

Prerequisites

INSTALL

cmake .
make
make install

Qt 4.8.0 or higher is required

INSTALL with Qt5

cmake -DUSE_QT5=on .
make
make install

Qt 5.4.0 or higher is recommanded but not required

Internationalization

You are welcome to add translation in your language.

Contribute your translation

Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-client/

Steps:

  1. Create a free account on Transifex (https://www.transifex.com/).
  2. Send a request to join the language translation.
  3. After accepted by the project maintainer, then you can translate online.

Packages

No packages published

Languages

  • C++ 89.7%
  • Objective-C++ 4.2%
  • CMake 2.7%
  • Python 1.1%
  • CSS 1.1%
  • Shell 0.8%
  • Other 0.4%