File: INSTALL

package info (click to toggle)
canto 0.7.10-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 700 kB
  • sloc: python: 6,384; ansic: 281; makefile: 20; sh: 19
file content (16 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==INSTALL==

=REQUIREMENTS=
- Python >=2.5 (tested mostly on 2.5.4)
- NCursesw >=5.5 (yes, Unicode is a requirement)
- Feedparser, chardet

=BUILDING=
- Python development headers
- Ncurses development headers
- GCC

=INSTALL=
- `python setup.py install` will install the files to your root.
- `./runhere.sh` will install the files to the current directory and run 
   canto without being installed.