瀏覽代碼

v5.8.x git download

Victor Seva 1 年之前
父節點
當前提交
3afb9e0bef
共有 2 個文件被更改,包括 19 次插入0 次删除
  1. 18 0
      docs/download/v5.8.x-from-git.md
  2. 1 0
      docs/index.md

+ 18 - 0
docs/download/v5.8.x-from-git.md

@@ -0,0 +1,18 @@
+# Download Sources of Kamailio v5.8.x from GIT Repository
+
+Instructions to download sources from GIT repository, specific for
+stable branch 5.8 (release series v5.8.x).
+
+## Kamailio v5.8.x
+
+Direct download of sources from GIT for latest Kamailio v5.8.x.
+
+      git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
+      cd kamailio
+      git checkout -b 5.8 origin/5.8
+
+*Note: if your git client version does not support **–no-single-branch**
+command line parameter, then just remove it.*
+
+*Note: if you want to have the full commit history, then remove
+**--depth 1** command line parameter.*

+ 1 - 0
docs/index.md

@@ -75,6 +75,7 @@ available at the **Old Wiki Site**:*
 
 -   [Main Download Page](https://www.kamailio.org/w/download/)
 -   [Download Tarball with Sources of Latest Stable Release](https://www.kamailio.org/pub/kamailio/latest/src/)
+-   [Download Sources of v5.8.x from GIT Repository](download/v5.8.x-from-git.md)
 -   [Download Sources of v5.7.x from GIT Repository](download/v5.7.x-from-git.md)
 -   [Download Sources of v5.6.x from GIT Repository](download/v5.6.x-from-git.md)
 -   [Download Sources of v5.5.x from GIT Repository](download/v5.5.x-from-git.md)