source: trunk/INSTALL @ 126

Last change on this file since 126 was 114, checked in by tim, 8 years ago

clarified build step

File size: 651 bytes
RevLine 
[32]1Bletchley Installation Guide
2============================
3
[58]4Bletchley is developed under Debian, but is likely to work on most
5modern Linux distributions, *BSD and MacOS.  Windows is not yet
6supported, but may be in the future.
7
8
[32]9Dependencies
10------------
[41]11* Python 3.x
[32]12* scons (available as a package in most Linux distributions)
13* gcc
[58]14* Optional: python "requests" library (python3-requests under Debian)
[32]15
16
17Installing
18----------
[114]19From the "trunk" directory, build it by running:
[32]20 $ scons
21
22And as root, install with:
23 # scons install
24
25
26Support
27-------
[89]28Having trouble?  Submit an issue here:
[112]29  https://code.blindspotsecurity.com/trac/bletchley/newticket
Note: See TracBrowser for help on using the repository browser.