Skip to content
Snippets Groups Projects
Commit 5595775d authored by David Hendriks's avatar David Hendriks
Browse files

added a dummy readme and put the other readme back

parent 0c7a9124
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
...@@ -27,13 +27,12 @@ Build instructions ...@@ -27,13 +27,12 @@ Build instructions
--------------------- ---------------------
To build the module, make sure you have built binary_c (with `make` in the binary_c root directory), its shared library (with `make libbinary_c.so` in the binary_c root directory), and set environment variables as described above, then run the following code in t: To build the module, make sure you have built binary_c (with `make` in the binary_c root directory), its shared library (with `make libbinary_c.so` in the binary_c root directory), and set environment variables as described above, then run the following code in t:
``` ```
make clean make clean
make make
``` ```
Then to test the Python module: Then to test the Python module:
``` ```
python3 ./python_API_test.py python3 ./python_API_test.py
``` ```
You will require whatever libraries with which binary_c was compiled, as well as the compiler with which Python was built (usually gcc, which is easily installed on most systems). You will require whatever libraries with which binary_c was compiled, as well as the compiler with which Python was built (usually gcc, which is easily installed on most systems).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment