Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpnurmi/eversome
A QtQuick based Evernote client
https://github.com/jpnurmi/eversome
Last synced: 24 days ago
JSON representation
A QtQuick based Evernote client
- Host: GitHub
- URL: https://github.com/jpnurmi/eversome
- Owner: jpnurmi
- Created: 2012-09-18T19:53:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T17:07:43.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T18:40:25.534Z (over 1 year ago)
- Language: C++
- Size: 16.6 MB
- Stars: 13
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eversome
A QtQuick based Evernote client
## Submodules
After cloning the repo, you must init and fetch the submodules:
$ git clone [email protected]:jpnurmi/eversome.git
Cloning into 'eversome'...
[...]
$ cd eversome
$ git submodule init
Submodule 'src/3rdparty/edam' (git://github.com/evernote/evernote-sdk-cpp.git) registered for path 'src/3rdparty/edam'
Submodule 'src/3rdparty/thrift' (git://github.com/apache/thrift.git) registered for path 'src/3rdparty/thrift'
$ git submodule update
Cloning into 'src/3rdparty/edam'...
[...]
Submodule path 'src/3rdparty/edam': checked out [...]
Cloning into 'src/3rdparty/thrift'...
[...]
Submodule path 'src/3rdparty/thrift': checked out [...]## Boost installation
Building Eversome requires Boost installed in the development environment:
$ ~/QtSDK/Madde/bin/mad-admin listTargets:
harmattan_10.2011.34-1_rt1.0 (installable)
harmattan_10.2011.34-1_rt1.1 (installable)
harmattan_10.2011.34-1_rt1.2 (installed)Runtimes:
dfl61-harmattan_1.2011.34-1 (installable)
dfl61-harmattan_2.2011.39-5 (installable)
dfl61-harmattan_3.2012.07-1 (installable)$ ~/QtSDK/Madde/bin/mad-admin set harmattan_10.2011.34-1_rt1.2
$ ~/QtSDK/Madde/bin/mad-admin xdpkg -i path/to/eversome/pkg/libboost1.42-dev_1.42.0-3maemo2+0m6_armel.deb
Package 'libboost1.42-dev' installed.