Skip to content
Miguel Ramalho edited this page Sep 16, 2017 · 3 revisions

Before Using Lat

To use Lat you need to install the following:

  • CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software. Make sure it is available through the command line by typing cmake (you may need to add it to the Environment Variables on Windows);
  • Clava - a C/C++ Source-to-Source Tool, you can download a deployed from here. clava.jar can be used both in GUI (run the file) or through CLI, type clava.jar --help for more info.
  • make or an alternative tool for parsing building from a Makefile, such as nmake. Whichever tool you have, it must be accessible from the command line you may need to add it to the Environment Variables on Windows);

External Dependencies that you do not need to worry about

This are just tools that were used on the Lat project:

Clone this wiki locally