diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-12 18:31:10 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-12 18:33:05 -0200 |
commit | 3bf8d4b056c8e0e0d08c7136ac84c1a2ebc80435 (patch) | |
tree | 02d409dfe6c1798c4561a661f7459c38a7414ce6 /README | |
parent | e5603189bc6eb1104228025cb3f8f634eb51fc7f (diff) | |
download | kmod-3bf8d4b056c8e0e0d08c7136ac84c1a2ebc80435.tar.gz kmod-3bf8d4b056c8e0e0d08c7136ac84c1a2ebc80435.tar.bz2 kmod-3bf8d4b056c8e0e0d08c7136ac84c1a2ebc80435.zip |
build-sys: add script to bootstrap and configure
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,14 @@ Configure automatically searches for all required components and packages. To compile and install run: make && make install +Hacking +======= + +Run 'bootstrap' script before configure. If you want to accept the recommended +flags, you just need to run 'bootstrap-configure'. + +Make sure to read the CODING-STYLE file. + Information =========== |