The website doesn't build out of the box on Arch. The one of the dependencies are named differently and a small change must be made to "_buildConfig.lua".
In order to copy the website on Arch Linux, the following dependencies must be installed:
sudo pacman -S libxslt lua-filesystem docbook-xsl
the dependencies being the same as the README other than libxslt replacing xsltproc.
docbook-xsl has different directories than the Ubuntu version, so "Documents/Build/_buildConfig.lua" needs to be modified, specifically dockbookXSLBasepath.
Replace the previous path with /usr/share/xml/docbook/xsl-stylesheets-1.79.2/, and it should build.
The website doesn't build out of the box on Arch. The one of the dependencies are named differently and a small change must be made to "_buildConfig.lua".
In order to copy the website on Arch Linux, the following dependencies must be installed:
the dependencies being the same as the README other than
libxsltreplacingxsltproc.docbook-xslhas different directories than the Ubuntu version, so "Documents/Build/_buildConfig.lua" needs to be modified, specificallydockbookXSLBasepath.Replace the previous path with
/usr/share/xml/docbook/xsl-stylesheets-1.79.2/, and it should build.