Skip to content
Kevin Zhang edited this page Mar 25, 2017 · 4 revisions

Dependencies

  • CMake 2.8
  • ncurses

Building

$ git clone https://github.com/chocolatemelt/fe-cli.git
$ cd fe-cli
$ mkdir build && cd build
$ cmake ..
$ make

See Building for more details on various platforms.

Clone this wiki locally