KDb/Download: Difference between revisions

From KDE Community Wiki
< KDb
No edit summary
Line 3: Line 3:
Download Predicate from the [https://projects.kde.org/projects/playground/libs/predicate/repository KDE Git repository].  
Download Predicate from the [https://projects.kde.org/projects/playground/libs/predicate/repository KDE Git repository].  


'''Option 1:''' If you are not and do not plan to be Predicate developer, use anonymous access:
'''Option 1:''' If you are not and do not plan to be Predicate developer, you can get the source code anonymously.
  git clone git://anongit.kde.org/predicate
 
or via HTTP:
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
  git clone http://anongit.kde.org/predicate
or download the latest archive with the latest copy of the git repository. Click here nad the uncompress the archive:
 
Variant 1.3: Sownload the latest archive with the latest '''copy''' of the git repository. Click here and the uncompress the archive:
  http://anongit1.kde.org/predicate/predicate-latest.tar.gz
  http://anongit1.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 rebase origin/master
if you have local changes.


'''Option 2:'''  If you are or plan to be Predicate developer, use read/write access:
'''Option 2:'''  If you are or plan to be Predicate developer, use read/write access:

Revision as of 13:08, 27 June 2012

Note

These instruction are for the current development, unstable version, so called 'master, because there were no stable releases of Predicate yet.


Download Predicate from the KDE Git repository.

Option 1: 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: Sownload the latest archive with the latest copy of the git repository. Click here and the uncompress the archive:

http://anongit1.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 rebase origin/master

if you have local changes.

Option 2: If you are or plan to be Predicate developer, use read/write access:

git clone [email protected]:predicate

See also