-
Notifications
You must be signed in to change notification settings - Fork 0
0. Installation
Henry edited this page Jan 3, 2019
·
1 revision
| Description | Link |
|---|---|
| Glasgow Haskell Compiler | https://www.haskell.org/ghc/ |
| Git Command Line Tools | https://git-scm.com/downloads |
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 scriptUpdating. 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