Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 548 Bytes

Canto Curses

The curses (text) client for canto-daemon.

Canto-daemon is required to work and is found at:

http://github.com/themoken/canto-next

Requirements

Debian / Ubuntu
- python3 (will grab libncursesw5 and libreadline6 too)
- python3-dev
- libncursesw5-dev
- libreadline6-dev
- build-essential

Arch
- readline
- python
- ncurses
- gcc (or base-devel)

Others, just ensure you have Python 3.3 , ncurses, their headers and GCC

Install

    $ sudo python3 setup.py install