forked from liuxinyu95/AlgoXY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
35 lines (27 loc) · 1020 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
To build the book in PDF format from the sources, you need
the following software pre-installed.
- LaTeX, you need have texlive-science, texlive-latex-extra, texlive-lang-greek packages installed*.
- ImageMagick, which can convert the images files to eps format;
- GraphViz, which can generate image from dot script;
Build commmand:
make
This will generate main-en.pdf.
If you want to try the source code along with the book, you
need the following programming langauges support:
- ANSI C/C++
- Haskell (Haskell Platform 2010 or higher version)
- Python (2.5 or higher version)
- MIT Scheme
For any problem with installation, please contact with
liuxinyu95@gmail.com
*: You can install the packages in debian like linux as the
following commands.
sudo apt-get install texlive
sudo apt-get install texlive-science
sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-lang-greek
sudo apt-get install imagemagick
sudo apt-get install graphviz
--
Liu Xinyu
https://sites.google.com/site/algoxy/home