1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2026-01-02 12:02:37 +01:00

committed initial version. don't look at the time-stamp: these files are

dated back in 2003 or so.
This commit is contained in:
mfrasca
2005-09-06 12:23:57 +00:00
parent 0dfd4d7487
commit a092185353
27 changed files with 3909 additions and 0 deletions

10
pywmgeneral/INSTALL Normal file
View File

@@ -0,0 +1,10 @@
1. Edit setup.py and make XLibDir point to the directory containing the
X shared libraries and make XIncludes point to the directory
containing your X includes.
2. Su root.
3. run './setup.py install'
Now the library should be built and installed as an Python extension module.