You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
libxslt
replacingxsltproc
.docbook-xsl
has 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.The text was updated successfully, but these errors were encountered: