Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Book/3.9"

< Scout‎ | Book
(New page: == The Eclipse Scout Book == Some background == Download == * PDF * HTML * EPUB)
 
(Download)
Line 1: Line 1:
 
 
== The Eclipse Scout Book ==
 
== The Eclipse Scout Book ==
  
Line 9: Line 8:
 
* HTML
 
* HTML
 
* EPUB
 
* EPUB
 +
 +
== Setup for Contributing ==
 +
 +
This section holds the necessary installation/setup that is required to build the book out of the sources.
 +
 +
* latex (for PDF and HTML version)
 +
* calibre (for creation and viewing of EPUB version)
 +
* make (for building the book using a make file)
 +
* zip/unzip (for packaging of the HTML version into a single zip file)
 +
 +
For building the book and generating the output files a continuous integration environment will be set up, making it possible to contribute to the Scout book without having a local working latex installation.
 +
 +
In the sections below, necessary download and installation steps of a working setup are described for Windows (if you have a working setup for Mac or Linux, please consider to amend a corresponding section.
 +
 +
=== Windows ===
 +
 +
==== Latex ====
 +
* Download [http://miktex.org/download (basic-miktex-2.9.4521-x64)]
 +
* Install directory c:\latex\MiKTeX 2.9

Revision as of 08:48, 5 November 2012

The Eclipse Scout Book

Some background

Download

  • PDF
  • HTML
  • EPUB

Setup for Contributing

This section holds the necessary installation/setup that is required to build the book out of the sources.

  • latex (for PDF and HTML version)
  • calibre (for creation and viewing of EPUB version)
  • make (for building the book using a make file)
  • zip/unzip (for packaging of the HTML version into a single zip file)

For building the book and generating the output files a continuous integration environment will be set up, making it possible to contribute to the Scout book without having a local working latex installation.

In the sections below, necessary download and installation steps of a working setup are described for Windows (if you have a working setup for Mac or Linux, please consider to amend a corresponding section.

Windows

Latex

Back to the top