• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.tx/H29-Jul-2020-107

data/H29-Jul-2020-98

debian/H29-Jul-2020-322219

extensions/H03-May-2022-2,9182,088

fsplugin/H03-May-2022-1,2441,087

i18n/H29-Jul-2020-100,07499,851

images/H03-May-2022-

scripts/H03-May-2022-549426

src/H29-Jul-2020-47,80337,566

tests/H03-May-2022-389305

third_party/H29-Jul-2020-12,7408,103

ui/H29-Jul-2020-4,0444,018

.clang-formatH A D29-Jul-20201.8 KiB114103

.gitignoreH A D29-Jul-20201 KiB10887

.travis.ymlH A D29-Jul-2020690 2827

Application.manifestH A D29-Jul-2020623 1615

Doxyfile.inH A D29-Jul-2020100.4 KiB2,3521,815

Info.plistH A D29-Jul-20202.8 KiB9387

LICENSEH A D29-Jul-202011.3 KiB216174

README.mdH A D29-Jul-20201.1 KiB4931

appcast.example.xmlH A D29-Jul-2020702 1817

coding-style.mdH A D29-Jul-20201 KiB4424

dev-guide.mdH A D29-Jul-2020570 3416

qt-linux.cssH A D29-Jul-202052 43

qt-mac.cssH A D29-Jul-2020644 4435

qt-win.cssH A D29-Jul-2020269 2015

qt.cssH A D29-Jul-202012.6 KiB711595

seafile-applet.rc.inH A D29-Jul-20201.2 KiB4138

seafile-client.qrcH A D29-Jul-202011.6 KiB260259

sparkle-readme.mdH A D29-Jul-20201.3 KiB4027

README.md

1## seafile-client [![Build Status](https://secure.travis-ci.org/haiwen/seafile-client.svg?branch=master)](http://travis-ci.org/haiwen/seafile-client)
2
3[Seafile](https://seafile.com) desktop client.
4
5## BUILD ##
6
7### Prerequisites ###
8
9- Qt5
10- cmake
11- [libsearpc](https://github.com/haiwen/libsearpc)
12- [seafile](https://github.com/haiwen/seafile)
13
14### INSTALL ###
15
16```
17cmake .
18make
19make install
20```
21
22> Qt 5.2 or higher is required
23
24Ubuntu users can install seafile client from this [PPA](https://code.launchpad.net/~seafile/+archive/ubuntu/seafile-client)
25
26### INSTALL with Qt5 ###
27
28```
29cmake .
30make
31make install
32```
33
34> Qt 5.5 or higher is recommanded but not required
35
36## Internationalization
37
38You are welcome to add translation in your language.
39
40### Contribute your translation
41
42Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-client/
43
44Steps:
45
461. Create a free account on Transifex (https://www.transifex.com/).
472. Send a request to join the language translation.
483. After accepted by the project maintainer, then you can translate online.
49