forked from liuxinyu95/AlgoXY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
29 lines (23 loc) · 901 Bytes
/
INSTALL
File metadata and controls
29 lines (23 loc) · 901 Bytes
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
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 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 package in debian like linux as the
following command
sudo apt-get install texlive
sudo apt-get install texlive-science
sudo apt-get install texlive-latex-extra
sudo apt-get install imagemagick
sudo apt-get install graphviz
--
Liu Xinyu
https://sites.google.com/site/algoxy/home