From: Emil Velikov Date: Sat, 7 Sep 2024 18:30:49 +0000 (+0100) Subject: README.md: make it a proper markdown X-Git-Tag: v34~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a9b13a3f5db7e19ad8fc88ece7f9a5cd7884f1e;p=thirdparty%2Fkmod.git README.md: make it a proper markdown Resolve the formatting so the file renders correctly. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/122 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index 92a1e341..9a5e010c 100644 --- a/README.md +++ b/README.md @@ -37,25 +37,26 @@ Compilation and installation ============================ In order to compile the source code you need the following software packages: - - GCC/CLANG compiler - - GNU C library / musl / uClibc - - rsync - +- GCC/CLANG compiler +- GNU C library / musl / uClibc +- rsync Optional dependencies: - - ZLIB library - - LZMA library - - ZSTD library - - OPENSSL library (signature handling in modinfo) +- ZLIB library +- LZMA library +- ZSTD library +- OPENSSL library (signature handling in modinfo) Typical configuration: - ./configure CFLAGS="-g -O2" --prefix=/usr \ - --sysconfdir=/etc --libdir=/usr/lib + + ./configure CFLAGS="-g -O2" --prefix=/usr \ + --sysconfdir=/etc --libdir=/usr/lib Configure automatically searches for all required components and packages. To compile and install run: - make && make install + + make && make install Hacking =======