KDb/Download: Difference between revisions
Appearance
< KDb
No edit summary |
|||
Line 4: | Line 4: | ||
__TOC__ | __TOC__ | ||
== | ==Source code: For users== | ||
If you are not and do not plan to be Predicate developer, you can get the source code anonymously. | If you are not and do not plan to be Predicate developer, you can get the source code anonymously. | ||
Line 30: | Line 30: | ||
if you have local commits. | if you have local commits. | ||
== | ==Source code: For contributors== | ||
'''Option 2:''' If you are or plan to contribute to Predicate, use your [https://techbase.kde.org/Contribute/Get_a_Contributor_Account KDE Contributor account] with read/write access: | '''Option 2:''' If you are or plan to contribute to Predicate, use your [https://techbase.kde.org/Contribute/Get_a_Contributor_Account KDE Contributor account] with read/write access: | ||
git clone [email protected]:predicate | git clone [email protected]:predicate | ||
==Binaries== | |||
There were no stable releases of Predicate, therefore they are not packaged. | |||
==See also== | ==See also== |
Revision as of 09:54, 9 October 2014
Download Predicate from the KDE Git repository as explained below.
Source code: For users
If you are not and do not plan to be Predicate developer, you can get the source code anonymously.
Variant 1.1: Use GIT anonymous access:
$ git clone git://anongit.kde.org/predicate
Variant 1.2: Via HTTP anonymous access:
git clone http://anongit.kde.org/predicate
Variant 1.3: Download the latest archive with the latest copy of the git repository (about 20MB for now). Click here and the uncompress the archive:
http://anongit.kde.org/predicate/predicate-latest.tar.gz
Unpack and cd into predicate directory, then run
$ ./initrepo.sh
From now on, you can run
$ git pull
to update, or
$ git pull --rebase origin master
if you have local commits.
Source code: For contributors
Option 2: If you are or plan to contribute to Predicate, use your KDE Contributor account with read/write access:
git clone [email protected]:predicate
Binaries
There were no stable releases of Predicate, therefore they are not packaged.
See also
- Build Predicate
- Project Activity
- Git Web interface