source: trunk/INSTALL @ 129

Last change on this file since 129 was 129, checked in by tim, 7 years ago

.

File size: 929 bytes
Line 
1Bletchley Installation Guide
2============================
3
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
9Dependencies
10------------
11* Python 3.x
12* scons (available as a package in most Linux distributions)
13* gcc
14* Optional: python "requests" library (python3-requests under Debian)
15
16
17Installing
18----------
19For the forseeable future, don't try to use a release version, since those
20aren't up to date.  Check out the latest with:
21 $ svn co https://code.blindspotsecurity.com/dav/bletchley
22
23Then from the "trunk" directory, build it by running:
24 $ scons
25
26And as root, install with:
27 # scons install
28
29Want to update to a newer version? 
30Just run 'svn update' and as root, 'scons install'.
31
32
33Support
34-------
35Having trouble?  Submit an issue here:
36  https://code.blindspotsecurity.com/trac/bletchley/newticket
Note: See TracBrowser for help on using the repository browser.