| Download | 
|---|
| Mac OS X | 
| 64 bit Linux | 
| 32 bit Linux | 
| Arm Linux | 
| Source Code | 
On Mac you can use brew to build Literate from source:
$ brew tap zyedidia/literate $ brew install --HEAD literate
For now, Literate is head only.
Literate is made with the D programming language so you must install dmd (D compiler) and dub (D package manager). Then you should download the source code or clone the repository and run the following commands:
$ cd Literate $ makeYou can find the binary in
path/to/Literate/bin (you may want to add this
to your path).