Skip to content

Arch Linux Copying Website Fixes #154

Description

@Space1230

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions