author | kergoth <kergoth> | 2002-10-31 17:11:35 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-31 17:11:35 (UTC) |
commit | d955226c2197578f69c510282a4e9ad1ea8fe771 (patch) (side-by-side diff) | |
tree | 0d8f210dd012559df4e3432ccc8ce96e9bd15853 /scripts/kconfig/README | |
parent | 16fcb285f9ba7c514fc3f2695768a82feeb7182b (diff) | |
download | opie-d955226c2197578f69c510282a4e9ad1ea8fe771.zip opie-d955226c2197578f69c510282a4e9ad1ea8fe771.tar.gz opie-d955226c2197578f69c510282a4e9ad1ea8fe771.tar.bz2 |
Initial bits to start work on revamping the buildsystem
-rw-r--r-- | scripts/kconfig/README | 17 |
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 @@ +This package requires flex, bison and qt to compile (actually it's +possible without qt, but you'll miss most of the fun :) ). +On most systems a simple 'make' should be enough, if you have qt +installed in unusual location either set the QTDIR environment variable +or issue 'make QTDIR=<path>'. + +'make install KERNELSRC=<path/to/linux/kernel> should be enough to +install the package. The path must point to recent kernel sources, +which will be converted to use this package. With 'make uninstall +KERNELSRC=...' the package can be removed from the kernel again. + +lkc include a SWIG interface file. 'make ruby' builds a extension +library for ruby in the .ruby dir. + +Have fun, Roman + +Please send all your comments to zippel@linux-m68k.org |