author | Alberto Bertogli
<albertito@gmail.com> 2007-06-24 07:44:04 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-06-24 07:44:04 UTC |
parent | a7b6e86731a129db5b7a88c71fd24fb4af6f4aee |
README | +1 | -1 |
tests/c/{build.sh => make.sh} | +0 | -0 |
diff --git a/README b/README index 13339fa..a28a44c 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ protocols are enabled, including TIPC. To disable any of them, run something like "make ENABLE_TIPC=0". To run some tests, start the server and then go to the "tests/c/" directory. -Run "build.sh build" and then run any of the generated tests. +Run "make.sh build" and then run any of the generated tests. To compile the Python bindings, you need to have the library already installed. Use "make python_install" at the top level directory to build and diff --git a/tests/c/build.sh b/tests/c/make.sh similarity index 100% rename from tests/c/build.sh rename to tests/c/make.sh