From 126835c61334fc92f49c9538a1c6a68b20f79b33 Mon Sep 17 00:00:00 2001 From: Galaxy <81903380+OliviaGalaxy3DVision@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:46:19 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d225c05..1a3b4b11 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. #### Linux (Ubuntu): 1. Install prerequisites: - - UUID: `sudo apt-get install uuid-dev` + - UUID(required): `sudo apt-get install uuid-dev` - OpenSSL (for HTTP plugin): `sudo apt-get install libssl-dev` - Python3 (optional for Python library integration): ```bash @@ -63,9 +63,9 @@ cmake -DCMAKE_BUILD_TYPE=Release .. #### macOS: 1. Install prerequisites: - - UUID: `brew install ossp-uuid` + - UUID(required): `brew install ossp-uuid` - OpenSSL (for HTTP plugin): `brew install openssl` - - Turbo-jpeg(optional for image module): 'brew install jpeg-turbo' + - Turbo-jpeg(optional for image module): `brew install jpeg-turbo` - Python3 (optional for Python library integration): ```bash