From 0a9b13a3f5db7e19ad8fc88ece7f9a5cd7884f1e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 7 Sep 2024 19:30:49 +0100 Subject: [PATCH] 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 --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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 ======= -- 2.47.2