aboutsummaryrefslogtreecommitdiff
path: root/ldgallery-quickstart.7.md
diff options
context:
space:
mode:
Diffstat (limited to 'ldgallery-quickstart.7.md')
-rw-r--r--ldgallery-quickstart.7.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md
index 684e90d..8b23373 100644
--- a/ldgallery-quickstart.7.md
+++ b/ldgallery-quickstart.7.md
@@ -2,7 +2,7 @@
2pagetitle: Quickstart guide - ldgallery 2pagetitle: Quickstart guide - ldgallery
3title: LDGALLERY-QUICKSTART(7) ldgallery 3title: LDGALLERY-QUICKSTART(7) ldgallery
4author: Pacien TRAN-GIRARD, Guillaume FOUET 4author: Pacien TRAN-GIRARD, Guillaume FOUET
5date: 2020-09-19 (v2.0) 5date: 2023-07-26 (v2.3)
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
88If the compiler was installed manually through the extraction of a pre-built archive,
89it 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
98Running the command above produces a directory named "monument-gallery-output" in the current directory, 88Running the command above produces a directory named "monument-gallery-output" in the current directory,
99which contains the compiled gallery and a web viewer ready to be copied to some web server. 89which 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
128Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET. 118Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET.
129 119
130This 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. 120This 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