From 2470b37bd1ea03da11c4a564b5ea6e0d7d071c10 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 17 Apr 2023 14:22:30 +0100 Subject: doc: move autoconf link in readme to autoconf section. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da55822b..d411c659 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ # 1. BUILDING AND INSTALLATION -See [Documentation/Building#Autoconf](/Documentation/Building.md#autoconf) for more information - ## CMake (Unix) ``` @@ -24,7 +22,7 @@ $ make $ make verify # (optional) ``` -See [Documentation/Building#Building on Unix (With CMake)](/Documentation/Building.md#building-on-unix-cmake) for more information +See [Documentation/Building#Building on Unix (With CMake)](/Documentation/Building.md#building-on-unix-cmake) for more information. ## CMake (Windows) @@ -36,7 +34,7 @@ $ cmake -G "Visual Studio 10" .. # Or use any generator you want to use. Run c $ cmake --build . --config Release # Or "start libevent.sln" and build with menu in Visual Studio. ``` -See [Documentation/Building#Building on Windows](/Documentation/Building.md#building-on-windows) for more information +See [Documentation/Building#Building on Windows](/Documentation/Building.md#building-on-windows) for more information. ## Package Managers @@ -61,6 +59,8 @@ $ make verify # (optional) $ sudo make install ``` +See [Documentation/Building#Autoconf](/Documentation/Building.md#autoconf) for more information. + # 2. USEFUL LINKS: For the latest released version of Libevent, see the official website at -- cgit v1.2.1