aboutsummaryrefslogtreecommitdiff
path: root/ldgallery-quickstart.7.md
diff options
context:
space:
mode:
authorpacien2021-06-29 13:21:08 +0200
committerpacien2021-06-29 13:21:11 +0200
commit744588264310f189c711fe4bf52ce0bc0aab0b70 (patch)
tree8174a8e7e666567f46c46d5924ac4302196006cc /ldgallery-quickstart.7.md
parent35458421aef45475bc1145a22c4eaa7b7638fb65 (diff)
downloadldgallery-744588264310f189c711fe4bf52ce0bc0aab0b70.tar.gz
doc: remove obsolete note on asset path for portable archives
It is no longer necessary for the user to explicitly specify the path of the viewer distribution directory when using a portable archive, since the compiler built with the "portable" flag now automatically looks at its runtime location.
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..e8ccfb1 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: 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
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-2021 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