Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created May 14, 2012 10:19
Show Gist options
  • Select an option

  • Save aslakhellesoy/2693114 to your computer and use it in GitHub Desktop.

Select an option

Save aslakhellesoy/2693114 to your computer and use it in GitHub Desktop.
building-nix-on-ubuntu
sudo apt-get install docbook docbook-xsl docbook5-xml bison flex
./bootstrap.sh && ./configure --with-docbook-rng=/usr/share/xml/docbook/schema/rng/5.0 --with-docbook-xsl=/usr/share/xml/docbook/stylesheet/docbook-xsl && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment