Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.22 KB

Apollo Build Status

A programming language for algorithmic and musical composition.

Contributors:

Getting Started

Apollo requires Stack. Once you have that installed, the following series of commands will install all necessary dependencies and then build the and install the compiler:

make
make install

To see the path where apollo is installed, use the following command

stack path --local-bin-path

Usage

Use the apollo --help command to see all options.