forked from liuxinyu95/AlgoXY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
26 lines (20 loc) · 834 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
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 packages installed*.
- ImageMagick, which can convert the images files to eps format;
- GraphViz, which can generate image from dot script;
If you want to try the source code along with the book, you
need the following programming langauge 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
*: You can install the package in debian like linux as the
following command
sudo apt-get install texlive-science
sudo apt-get install texlive-latex-extra
--
Liu Xinyu
https://sites.google.com/site/algoxy/home