Skip to content

Download and Compile Ambienta2MX Docs

Gamaliel Jiménez García edited this page May 15, 2015 · 3 revisions

Ambienta2MX - Docs

Required Software.

  • Latex.
  • *NIX distro.
  • Git (1.8 or above)

Step 1

Clone the git repository via git. Open a terminal and paste the next line.

git clone https://github.com/Ambienta2MX/Ambienta2MX-Docs.git

Step 2

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.

Step 2.1 - Latest stable version

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

Step 2.2 - Non Stable version.

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

Step 3

Install all the utils required by Latex.

  • On Ubuntu: sudo apt-get install texlive-full

Step 4

Compile the latex. Inside the project there's a make file, so you just need to execute in a terminal.

Step 4.1 Compile

make

Step 4.2 Clean

make clean