From 39adc2418a0586261c6c4aea36f72596c6cf8897 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Nov 2007 13:07:16 +0100 Subject: 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) --- source4/scripting/swig/README | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 source4/scripting/swig/README (limited to 'source4/scripting/swig/README') 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. -- cgit