-
Notifications
You must be signed in to change notification settings - Fork 0
Download and Compile Ambienta2MX Docs
Gamaliel Jiménez García edited this page May 15, 2015
·
3 revisions
Required Software.
- Latex.
- *NIX distro.
- Git (1.8 or above)
Clone the git repository via git. Open a terminal and paste the next line.
git clone https://github.com/Ambienta2MX/Ambienta2MX-Docs.git
We're working on several branches, each branch is related to an specific issue (Check Github Issues). The most recent changes will always be done in a feature/* branch. The latest stable version is in master branch.
If you like to get the latest stable version (master) then enter into Ambienta2MX-Docs directory and the paste the next line.
git checkout master
If you like to get the latest stable version (master) then enter into Ambienta2MX-Docs directory and the paste the next line.
git checkout dev
Install all the utils required by Latex.
- On Ubuntu: sudo apt-get install texlive-full
Compile the latex. Inside the project there's a make file, so you just need to execute in a terminal.
make
make clean