From 8cc824ae8796afb9c02c28909e55ca7e7c14b1d7 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 29 Jun 2023 10:47:00 -0400 Subject: [PATCH] fix README.md typo; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad35a19f..5a3b8620 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The DVM Host software requires the library dependancies below. Generally, the so `apt-get install libasio-dev libncurses-dev` - ASIO Library (https://think-async.com/Asio/); on Debian/Ubuntu Linux's: `apt-get install libasio-dev` -- ncurses; on Debian/Ubuntu Linux's: ``apt-get install libncurses-dev` +- ncurses; on Debian/Ubuntu Linux's: `apt-get install libncurses-dev` Alternatively, if you download the ASIO library from the ASIO website and extract it to a location, you can specify the path to the ASIO library using: `-DWITH_ASIO=/path/to/asio`. This method is required when cross-compiling for old Raspberry Pi ARM 32 bit.