Next: , Previous: , Up: Installation   [Contents][Index]


2.5 Installation from the git repository

Lepton uses the git version control system. If you wish to try out the very latest version of Lepton, you will need to install some extra tools in addition to the ones listed above:

Once you have these installed, you need to clone the Lepton git repository:

git clone https://github.com/lepton-eda/lepton-eda.git

To generate the configure script, run:

autoreconf -ivf

You can then proceed to configure and build Lepton as described above.