summaryrefslogtreecommitdiff
path: root/scripts/kconfig/README
Unidiff
Diffstat (limited to 'scripts/kconfig/README') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/kconfig/README b/scripts/kconfig/README
new file mode 100644
index 0000000..6be26e4
--- a/dev/null
+++ b/scripts/kconfig/README
@@ -0,0 +1,17 @@
1This package requires flex, bison and qt to compile (actually it's
2possible without qt, but you'll miss most of the fun :) ).
3On most systems a simple 'make' should be enough, if you have qt
4installed in unusual location either set the QTDIR environment variable
5or issue 'make QTDIR=<path>'.
6
7'make install KERNELSRC=<path/to/linux/kernel> should be enough to
8install the package. The path must point to recent kernel sources,
9which will be converted to use this package. With 'make uninstall
10KERNELSRC=...' the package can be removed from the kernel again.
11
12lkc include a SWIG interface file. 'make ruby' builds a extension
13library for ruby in the .ruby dir.
14
15Have fun, Roman
16
17Please send all your comments to zippel@linux-m68k.org