diff options
Diffstat (limited to 'ldgallery-quickstart.7.md')
-rw-r--r-- | ldgallery-quickstart.7.md | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 684e90d..e8ccfb1 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md | |||
@@ -2,7 +2,7 @@ | |||
2 | pagetitle: Quickstart guide - ldgallery | 2 | pagetitle: Quickstart guide - ldgallery |
3 | title: LDGALLERY-QUICKSTART(7) ldgallery | 3 | title: LDGALLERY-QUICKSTART(7) ldgallery |
4 | author: Pacien TRAN-GIRARD, Guillaume FOUET | 4 | author: Pacien TRAN-GIRARD, Guillaume FOUET |
5 | date: 2020-09-19 (v2.0) | 5 | date: 2021-06-29 (SNAPSHOT) |
6 | --- | 6 | --- |
7 | 7 | ||
8 | # ABOUT | 8 | # ABOUT |
@@ -85,16 +85,6 @@ ldgallery \ | |||
85 | --output-dir ./monument-gallery-output | 85 | --output-dir ./monument-gallery-output |
86 | ``` | 86 | ``` |
87 | 87 | ||
88 | If the compiler was installed manually through the extraction of a pre-built archive, | ||
89 | it might be necessary to specify the full path of the installation: | ||
90 | |||
91 | ```sh | ||
92 | <installation path>/ldgallery \ | ||
93 | --with-viewer=<installation path>/viewer \ | ||
94 | --input-dir ./monument-gallery-source \ | ||
95 | --output-dir ./monument-gallery-output | ||
96 | ``` | ||
97 | |||
98 | Running the command above produces a directory named "monument-gallery-output" in the current directory, | 88 | Running the command above produces a directory named "monument-gallery-output" in the current directory, |
99 | which contains the compiled gallery and a web viewer ready to be copied to some web server. | 89 | which contains the compiled gallery and a web viewer ready to be copied to some web server. |
100 | 90 | ||
@@ -125,7 +115,7 @@ The ldgallery source code is available on <https://ldgallery.pacien.org>. | |||
125 | 115 | ||
126 | # LICENSE | 116 | # LICENSE |
127 | 117 | ||
128 | Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET. | 118 | Copyright (C) 2019-2021 Pacien TRAN-GIRARD and Guillaume FOUET. |
129 | 119 | ||
130 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | 120 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
131 | 121 | ||