Debian - Ubuntu

To install Latino on Debian or Ubuntu , first open the console (Terminal) and execute the following commands:

sudo apt-get update
sudo apt-get install git bison flex cmake gcc g++
sudo apt-get install libcurl4-openssl-dev libhiredis-dev libjansson-dev
sudo apt-get install redis-server curl libgtk-3-dev
sudo apt-get install libreadline-dev libpthread-stubs0-dev

Note

The code above is LIBCURL4, not LIBCUR14

Once this is over, install Latino in your system

cd ~
sudo git clone --recursive https://github.com/lenguaje-latino/Latino
cd latino
sudo git submodule update --init --recursive
sudo cmake .
sudo make
sudo make install

… and ready! to run Latino we only need to write in our terminal the latino command

Note

If in the process of installing Latino on Debian or Ubuntu causes any problems or conflicts, feel free to look for the solutions here