Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI05-delivery/trunk/README@1354
Revision 1354,
542 bytes
checked in by spascoe, 14 years ago
(diff) |
Very basic build instructions. Removed a debugging delay.
|
Line | |
---|
1 | In order to build the DeliveryService do the following: |
---|
2 | |
---|
3 | 1. Make sure your default python is fairly modern (v2.3+) |
---|
4 | |
---|
5 | 2. $ make -C src |
---|
6 | |
---|
7 | This will configure and build bbftp client and server executables |
---|
8 | without Python integration. We need to do this first to configure the |
---|
9 | bbftp source and because the bbftp client is needed for the test cases. |
---|
10 | |
---|
11 | 3. $ python setup.py build |
---|
12 | |
---|
13 | Don't do "setup.py install" yet as the distribution hasn't been configured |
---|
14 | for installation. |
---|
15 | |
---|
16 | 4. $ test/test_embedded.py |
---|
17 | |
---|
18 | Run the python-embedded tests. |
---|
Note: See
TracBrowser
for help on using the repository browser.