Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Linux Copying Website Fixes #154

Open
Space1230 opened this issue May 19, 2024 · 0 comments
Open

Arch Linux Copying Website Fixes #154

Space1230 opened this issue May 19, 2024 · 0 comments

Comments

@Space1230
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant