Skip to content

0. Installation

Henry edited this page Jan 3, 2019 · 1 revision

Prerequisites

Description Link
Glasgow Haskell Compiler https://www.haskell.org/ghc/
Git Command Line Tools https://git-scm.com/downloads

Installation

MacOS

To install ATF, change to the directory where you want to install the ATF repository and then execute the following:

git clone https://github.com/Riib11/ATF.git # clone repository to this directory
./ATF/install                               # run install script

Updating. To update a previous installation of ATF, change to inside your local clone of the ATF repository and then execute the following:

git fetch # check for updates
./install # reinstall

Clone this wiki locally