Show pageHistoryMedia Last modified: 2016/03/07 17:40 by slickymaster

Sitemap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
doc:build [2016/03/07 17:40] – created slickymasterdoc:build [2017/08/26 10:30] (current) knome
Line 1: Line 1:
 +== Building ==
 +
 ====== Building the Xubuntu documentation package locally ====== ====== Building the Xubuntu documentation package locally ======
  
Line 5: Line 7:
 By default, Xubuntu does not come with the tools required to build the documentation package, so there is the need to prepare your system to be able to do it, by installing the required prerequisite packages. To do this, run the following command: By default, Xubuntu does not come with the tools required to build the documentation package, so there is the need to prepare your system to be able to do it, by installing the required prerequisite packages. To do this, run the following command:
  
-<code>sudo apt-get build-dep xubuntu-docs</code>+<code>sudo apt build-dep xubuntu-docs</code>
  
 Additionally, if you are running a release earlier than 15.10, you will need to install the package fop manually, because it’s not yet a dependency of the package in your release. To do this, simply run: Additionally, if you are running a release earlier than 15.10, you will need to install the package fop manually, because it’s not yet a dependency of the package in your release. To do this, simply run:
  
-<code>sudo apt-get install fop</code>+<code>sudo apt install fop</code>
  
 Once that’s done, all you have to do is to get the latest main branch and build the package. Again in a terminal window, run the following commands, one at a time: Once that’s done, all you have to do is to get the latest main branch and build the package. Again in a terminal window, run the following commands, one at a time:
Line 19: Line 21:
  
 Be aware that it will take some time to run the **make** command, as it builds both HTML and PDF versions of the documentation in various languages. Be aware that it will take some time to run the **make** command, as it builds both HTML and PDF versions of the documentation in various languages.
 +
 +====== Testing the Xubuntu installer slideshow ======
 +
 +To be able to test the Xubuntu Ubiquity slideshow, you'll need to install some build dependencies. To do this, run the following commands in a terminal window:
 +
 +<code>sudo apt build-dep ubiquity-slideshow-xubuntu</code>
 +<code>sudo apt install libwebkitgtk-3.0.0-dev</code>
 +
 +Then run the test script:
 +
 +<code>./test-slideshow xubuntu</code>