Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haiwen/seafile-client
Seafile desktop client.
https://github.com/haiwen/seafile-client
Last synced: 3 days ago
JSON representation
Seafile desktop client.
- Host: GitHub
- URL: https://github.com/haiwen/seafile-client
- Owner: haiwen
- License: apache-2.0
- Created: 2013-08-05T09:08:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T02:30:48.000Z (3 months ago)
- Last Synced: 2024-10-19T03:39:19.817Z (3 months ago)
- Language: C++
- Homepage: http://seafile.com
- Size: 29.2 MB
- Stars: 474
- Watchers: 55
- Forks: 279
- Open Issues: 194
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## seafile-client [![Build Status](https://secure.travis-ci.org/haiwen/seafile-client.svg?branch=master)](http://travis-ci.org/haiwen/seafile-client)
[Seafile](https://seafile.com) desktop client.
## BUILD ##
### Prerequisites ###
- Qt5
- cmake
- [libsearpc](https://github.com/haiwen/libsearpc)
- [seafile](https://github.com/haiwen/seafile)### INSTALL ###
```
cmake .
make
make install
```> Qt 5.2 or higher is required
Ubuntu users can install seafile client from this [PPA](https://code.launchpad.net/~seafile/+archive/ubuntu/seafile-client)
### INSTALL with Qt5 ###
```
cmake .
make
make install
```> Qt 5.5 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:
Steps:
1. Visit the webpage of Transifex ([https://explore.transifex.com/haiwen/seafile-client/](https://explore.transifex.com/haiwen/seafile-client/)).
2. Click the "Join this project" button in the bottom right corner.
3. Use an email or GitHub account(recommended) to create an account.
4. Select a language and click 'Join project' to join the language translation.
5. After accepted by the project maintainer, then you can upload your file or translate online.