summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 13:07:16 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:59 +0100
commit39adc2418a0586261c6c4aea36f72596c6cf8897 (patch)
tree279396139bc8648aee80b0ae32b9ff7a23157593 /source4/scripting/swig/README
parentf2b9a9ae11f43e4c283a151ca6d2d72f3e4d2283 (diff)
downloadsamba-39adc2418a0586261c6c4aea36f72596c6cf8897.tar.gz
samba-39adc2418a0586261c6c4aea36f72596c6cf8897.tar.bz2
samba-39adc2418a0586261c6c4aea36f72596c6cf8897.zip
r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
(This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
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.