aboutsummaryrefslogtreecommitdiffstats
path: root/wlp/README
diff options
context:
space:
mode:
authorMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
committerMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
commitc50ce75f2e06b6b8abe49e34775d343b74f7e8cd (patch)
tree14c314e39296b0c3abe781e4dac194949e220136 /wlp/README
downloadpygn-0.9.7.tar.gz
The original upstream from Debian orig.tar.gz tarball.0.9.7
Diffstat (limited to 'wlp/README')
-rw-r--r--wlp/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/wlp/README b/wlp/README
new file mode 100644
index 0000000..a2f97a0
--- /dev/null
+++ b/wlp/README
@@ -0,0 +1,12 @@
+To make wlp python module extension type 'make', it should be sufficient.
+If it doesn't work, please, send a bug report with full make output to
+author or package maintainer and/or (better) try manually to do this steps and
+reporting output of the one which give error via email:
+
+make -C module -f Makefile.pre.in boot # to initialiaze python module Makefile
+make -C src archive # to compile python .c extension
+make -C module # to really make .so python module
+
+Please, remeber to report full output.
+
+Cosimo Alfarano <alfarano@cs.unibo.it>