mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-24 23:22:30 +01:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
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.
|
|
|