Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: include info about build.bat in readme.txt

Changeset 7fd5422da0d0

Parent fa9cd1cca00f

by Giampaolo Fadel

Changes to one file · Browse files at 7fd5422da0d0 Showing diff from parent fa9cd1cca00f Diff from another changeset...

Change 1 of 2 Show Entire File doc/​ReadMe.txt Stacked
 
4
5
6
7
8
 
 
 
9
10
11
12
13
 
14
15
16
 
18
19
20
 
 
 
 
 
4
5
6
 
 
7
8
9
10
 
 
 
 
11
12
13
14
 
16
17
18
19
20
21
22
@@ -4,13 +4,11 @@
 is the python-sphinx package. On Windows your best bet is  easy_install.   -To build PDF files you need the texlive packages. On Ubuntu this is -texlive-latex-extra and all of it's dependencies. +To build PDF files you need latex packages. On Ubuntu this is +texlive-latex-extra and all of it's dependencies. On Windows the best +choice is miktex.   -On Windows, you also need a make tool. MinGW of GnuWin32 are -recommended. - -Once all of the prerequisites are in place, you use the makefile to +Once all of the prerequisites are in place, you can use the makefile to  build targets: html htmlhelp latex    Once latex is built, you have to cd into that output directory and run @@ -18,3 +16,7 @@
   Once htmlhelp is built, you have to run the actual help compiler on a  Windows machine. + +On Windows, if you have no make tool you can use build.bat. If HTML +compiler and miktex are installed you can directly generate chm +(build chm) and pdf (build pdf).