summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/README
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/swig/README')
-rw-r--r--source4/scripting/swig/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/scripting/swig/README b/source4/scripting/swig/README
deleted file mode 100644
index 38b95b28f4..0000000000
--- a/source4/scripting/swig/README
+++ /dev/null
@@ -1,20 +0,0 @@
-README for Samba SWIG Python extensions
----------------------------------------
-
-Instructions for building:
-
-1. Run configure with the --with-python option to enable python
- extensions.
-
-2. Run 'make idl_full swig' to build extensions.
-
-3. At some stage there will be a proper system for installing the
- extensions, but right now it's easier to run them in place. Set
- your PYTHONPATH to include the modules. From the Samba source
- directory, run:
-
- export PYTHONPATH=`pwd`/scripting/swig
-
-Now you can go nuts and use the extensions. Check the
-scripting/swig/torture directory for a testsuite. There will
-hopefully be a bunch of usage examples somewhere.