Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 926 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 926 Bytes

Arrow

Build Status Coverage Status

Arrow is a fast (as or faster than C) general-purpose programming language. It does not employ a garbage collector and has minimal runtime overhead.

Build

Linux

Dependencies

Make sure you have installed the dependencies:

  • g++ 4.9.x
  • python
  • git
$ sudo apt-get install llvm-dev libboost-all-dev libgmp-dev libzip-dev

Clone

$ git clone https://github.com/arrow-lang/arrow.git
$ cd arrow

Build

$ script/build

Install

$ sudo ./waf install

License

Arrow is primarily distributed under the terms of the MIT license.