Skip to content

Commit 265d5f5

Browse files
authored
Merge pull request #259 from eXist-db/add-build-links
add build links
2 parents ed0402b + c3c91cd commit 265d5f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/xar-resources/data/basic-installation/basic-installation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
schematypens="http://purl.oclc.org/dsdl/schematron"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
44
<info>
55
<title>Basic Installation</title>
6-
<date>1Q18</date>
6+
<date>2Q18</date>
77
<keywordset>
88
<keyword>installation</keyword>
99
<keyword>getting-started</keyword>
@@ -99,7 +99,7 @@
9999
</itemizedlist>
100100
</listitem>
101101
<listitem>
102-
<para>More advanced installation methods (like installing on a headless system) are described in the <link xlink:href="advanced-installation.xml#headless">Advanced Installation</link> article.</para>
102+
<para>More advanced installation methods (like installing on a headless system) are described in the <link xlink:href="advanced-installation.xml#headless">Advanced Installation</link> article. If you wish to compile and run exist from source please see the article on <link xlink:href="exist-building.xml">building eXist</link></para>
103103
</listitem>
104104
</itemizedlist>
105105

src/main/xar-resources/data/exist-building/exist-building.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<info>
66
<title>Building eXist-db</title>
7-
<date>1Q18</date>
7+
<date>2Q18</date>
88
<keywordset>
99
<keyword>operations</keyword>
1010
<keyword>java-development</keyword>
1111
</keywordset>
1212
</info>
1313
<!-- ================================================================== -->
1414

15-
<para>This article will tell you how to build a Java <code>.war</code> or <code>.jar</code> file for eXist-db. </para>
15+
<para>This article will tell you how to build a Java <code>.war</code> or <code>.jar</code> file for eXist-db. If you are building exist-db from source, please also check the <link xlink:href="https://github.com/eXist-db/exist/blob/develop/BUILD.md">build instructions</link> in the source-code repo.</para>
1616

1717
<!-- ================================================================== -->
1818

@@ -579,4 +579,4 @@
579579
</sect2>
580580

581581
</sect1>
582-
</article>
582+
</article>

0 commit comments

Comments
 (0)