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
(Download)
(Windows)
Line 24: Line 24:
 
=== Windows ===
 
=== Windows ===
  
==== Latex ====
+
Installation directories correspond to paths in makefile
* Download [http://miktex.org/download (basic-miktex-2.9.4521-x64)]
+
 
* Install directory c:\latex\MiKTeX 2.9
+
* Latex download [http://miktex.org/download (basic-miktex-2.9.4521-x64)]
 +
* Install directory ''c:\latex\MiKTeX 2.9''
 +
 
 +
* Calibre download [http://calibre-ebook.com/download_windows (calibre version 0.9.5)]
 +
* Install directory ''C:\latex\Calibre2''
 +
 
 +
* Make download [http://www.equation.com/servlet/equation.cmd?fa=make (GNU Make 3.82)]
 +
* Install directory ''C:\latex\make''
 +
 
 +
* Zip/unzipdownload [http://www.7-zip.org/ (7-Zip)]
 +
* Install directory ''c:\Program Files\7-Zip''

Revision as of 08:53, 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

Installation directories correspond to paths in makefile

  • Zip/unzipdownload (7-Zip)
  • Install directory c:\Program Files\7-Zip

Back to the top