summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-17 14:22:30 +0100
committerfanquake <fanquake@gmail.com>2023-04-17 14:22:30 +0100
commit2470b37bd1ea03da11c4a564b5ea6e0d7d071c10 (patch)
treec254b2c4ad894ec05a93de493e1def6ddca4460f
parent4c993a0e7bcd47b8a56514fb2958203f39f1d906 (diff)
downloadlibevent-2470b37bd1ea03da11c4a564b5ea6e0d7d071c10.tar.gz
doc: move autoconf link in readme to autoconf section.
-rw-r--r--README.md8
1 files 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