From 7038d7bbd354851d56759ba0fafd566f0a086a70 Mon Sep 17 00:00:00 2001 From: Bradley Pierce Date: Wed, 17 Jan 2024 19:58:40 -0500 Subject: [PATCH] Refactor README.md --- doc/compiling/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/compiling/README.md b/doc/compiling/README.md index f4812e77d..5dafb9957 100644 --- a/doc/compiling/README.md +++ b/doc/compiling/README.md @@ -1,11 +1,10 @@ # Compiling Minetest -- [Compiling on GNU/Linux](linux.md) -- [Compiling on Windows](windows.md) -- [Compiling on MacOS](macos.md) +* [Compiling on GNU/Linux](linux.md) +* [Compiling on Windows](windows.md) +* [Compiling on MacOS](macos.md) - -## CMake options +## CMake Options General options and their default values: @@ -84,4 +83,4 @@ Library specific options: ZLIB_LIBRARY - Path to libz.a/libz.so/zlib.lib ZSTD_DLL - Only on Windows; path to libzstd.dll ZSTD_INCLUDE_DIR - Directory that contains zstd.h - ZSTD_LIBRARY - Path to libzstd.a/libzstd.so/ztd.lib + ZSTD_LIBRARY - Path to libzstd.a/libzstd.so/ztd.lib \ No newline at end of file