diff --git a/content/download/git.md b/content/download/git.md index 73bc081d5..b6922cd26 100644 --- a/content/download/git.md +++ b/content/download/git.md @@ -1,41 +1,39 @@ --- date: "2017-03-22T13:13:45-06:00" title: "Download from git" author: "digiKam Team" description: "Download the digiKam source from git." category: "download" aliases: "/download/GIT" --- ### How to get digiKam from git master repository #### Checkout source code Note: check the [dependencies](/download/dependencies/) before trying to compile digiKam. To Checkout the digiKam repository from GIT server, and enter these command lines in a clean directory: ``` # git clone https://invent.kde.org/kde/digikam.git digikam # cd digikam -# export GITSLAVE=.gitslave -# ./download-repos ``` ### Installation in your Linux system To compile the source code under linux you have to give these commands in the source code folder. You should use a separate build folder to help cleaning up sources if something goes wrong. All configuration tasks can be performed by bootstrap.linux script. ``` # ./bootstrap.linux # cd build # make # su # make install ```