Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 390 Bytes

errand

toy rust project

#Installation

The project is linked against the Ncurses library, using the thin wrapper from https://github.com/jeaye/ncurses-rs . So you need lib ncurses installed on your system to build.

On Ubuntu, install rust/cargo (tested with rust stable 1.12.1)

  1. sudo aptitude install libncursesw5-dev
  2. git clone https://github.com/XavierT/errand.git
  3. cargo run