Last change
on this file was
137,
checked in by tim, 6 years ago
|
new dependency, likely due to changes in how packaging happens on Debian
|
File size:
990 bytes
|
Rev | Line | |
---|
[32] | 1 | Bletchley Installation Guide |
---|
| 2 | ============================ |
---|
| 3 | |
---|
[58] | 4 | Bletchley is developed under Debian, but is likely to work on most |
---|
| 5 | modern Linux distributions, *BSD and MacOS. Windows is not yet |
---|
| 6 | supported, but may be in the future. |
---|
| 7 | |
---|
| 8 | |
---|
[32] | 9 | Dependencies |
---|
| 10 | ------------ |
---|
[137] | 11 | * Python 3.x, plus the distutils package (python3-distutils under Debian) |
---|
[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 | |
---|
| 17 | Installing |
---|
| 18 | ---------- |
---|
[129] | 19 | For the forseeable future, don't try to use a release version, since those |
---|
| 20 | aren't up to date. Check out the latest with: |
---|
| 21 | $ svn co https://code.blindspotsecurity.com/dav/bletchley |
---|
| 22 | |
---|
| 23 | Then from the "trunk" directory, build it by running: |
---|
[32] | 24 | $ scons |
---|
| 25 | |
---|
| 26 | And as root, install with: |
---|
| 27 | # scons install |
---|
| 28 | |
---|
[129] | 29 | Want to update to a newer version? |
---|
| 30 | Just run 'svn update' and as root, 'scons install'. |
---|
[32] | 31 | |
---|
[129] | 32 | |
---|
[32] | 33 | Support |
---|
| 34 | ------- |
---|
[89] | 35 | Having trouble? Submit an issue here: |
---|
[112] | 36 | https://code.blindspotsecurity.com/trac/bletchley/newticket |
---|
Note: See
TracBrowser
for help on using the repository browser.