Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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">
<info>
<title>Basic Installation</title>
<date>1Q18</date>
<date>2Q18</date>
<keywordset>
<keyword>installation</keyword>
<keyword>getting-started</keyword>
Expand Down Expand Up @@ -99,7 +99,7 @@
</itemizedlist>
</listitem>
<listitem>
<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>
<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>
</listitem>
</itemizedlist>

Expand Down
6 changes: 3 additions & 3 deletions src/main/xar-resources/data/exist-building/exist-building.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<info>
<title>Building eXist-db</title>
<date>1Q18</date>
<date>2Q18</date>
<keywordset>
<keyword>operations</keyword>
<keyword>java-development</keyword>
</keywordset>
</info>
<!-- ================================================================== -->

<para>This article will tell you how to build a Java <code>.war</code> or <code>.jar</code> file for eXist-db. </para>
<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>

<!-- ================================================================== -->

Expand Down Expand Up @@ -579,4 +579,4 @@
</sect2>

</sect1>
</article>
</article>