aboutsummaryrefslogtreecommitdiffstats
path: root/wlp/README
diff options
context:
space:
mode:
Diffstat (limited to 'wlp/README')
-rw-r--r--wlp/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/wlp/README b/wlp/README
deleted file mode 100644
index 9c4d9b7..0000000
--- a/wlp/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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 <kalfa@debian.org>