source: trunk/INSTALL @ 41

Last change on this file since 41 was 41, checked in by tmorgan, 11 years ago

updated docs

File size: 435 bytes
Line 
1Bletchley Installation Guide
2============================
3
4Dependencies
5------------
6* Python 3.x
7* scons (available as a package in most Linux distributions)
8* gcc
9* Recommended: python "requests" library (python3-requests under Debian)
10
11
12Installing
13----------
14Build with:
15 $ scons
16
17And as root, install with:
18 # scons install
19
20
21Support
22-------
23Having trouble?  Submit an issue here:
24  http://code.google.com/p/bletchley/issues/list
Note: See TracBrowser for help on using the repository browser.