Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 806 Bytes

ATS IDE

The goal is to create an IDE for ATS.

Install stable version

To install stable version:

    1. Install Mono 3.x and MonoDevelop 5.x (see instructions from mono-project.com)
    1. Go to add-in manager, and manually add a new repository

    http://underivable.org/monodevelop/5.0

    1. The ATS binding should appear in the list of language bindings (in the top menu:), so you can install it.

Compile from sources

To compile from git sources:

    1. Install Mono 3.x and MonoDevelop 5.x
    1. Fork this repo and clone it to your machine
    1. To install in MonoDevelop:
$ make install

If you ever need to release a package:

$ make release

You will also have to put the resulting "repository" directory on a webserver.