Last change
on this file since 58 was
58,
checked in by tmorgan, 11 years ago
|
updated docs
improvements to CBC-R and edge cases
|
File size:
602 bytes
|
Line | |
---|
1 | Bletchley Installation Guide |
---|
2 | ============================ |
---|
3 | |
---|
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 | |
---|
9 | Dependencies |
---|
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 | |
---|
17 | Installing |
---|
18 | ---------- |
---|
19 | Build with: |
---|
20 | $ scons |
---|
21 | |
---|
22 | And as root, install with: |
---|
23 | # scons install |
---|
24 | |
---|
25 | |
---|
26 | Support |
---|
27 | ------- |
---|
28 | Having trouble? Submit an issue here: |
---|
29 | http://code.google.com/p/bletchley/issues/list |
---|
Note: See
TracBrowser
for help on using the repository browser.