Created
May 14, 2012 10:19
-
-
Save aslakhellesoy/2693114 to your computer and use it in GitHub Desktop.
building-nix-on-ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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