https://github.com/debdut/vala-guide
A Guide for Vala Programming Language
https://github.com/debdut/vala-guide
Last synced: 5 months ago
JSON representation
A Guide for Vala Programming Language
- Host: GitHub
- URL: https://github.com/debdut/vala-guide
- Owner: Debdut
- Created: 2015-03-16T05:30:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T04:21:49.000Z (over 11 years ago)
- Last Synced: 2025-03-03T02:41:46.577Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Download the compiled pdf version [here](https://github.com/Debdut/vala-guide/blob/master/downloads/The-Vala-Guide.pdf?raw=true)
To compile this project download the entire source tree and run
$make
You will need to have the following installed for the system to generate the document correctly.
* XeteX
* Pygments
* The following Tex packages
* Minted
* ifplatform
* The fancyvrb
* color
On Ubuntu/Debian the necessary Latex packages can be installed with the command
sudo apt-get install texlive-xetex texlive-latex-recommended texlive-latex-extra
You can installed the pygments source code highlighter with the following command.
$sudo apt-get install python-pygments
Be warned however as this downloads nearly 400 MB of packages.
Download Minted package [minted.sty](https://code.google.com/p/minted/downloads/list) and copy it to /usr/share/texmf-texlive/tex/latex/, and then to update TEX:
$sudo texhash