From da67569c5403ed12156a1d4db4d86d09153557be Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Fri, 5 Apr 2024 11:20:23 -0400 Subject: [PATCH] Formatting --- INSTALL.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e1e89487b..f416bc541 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,12 +1,11 @@ # Installation instructions **Quantum++** is a header-only library that uses [CMake](https://cmake.org/) as -its build/install system. **Quantum++** is platform-independent, -supporting [UNIX](https://www.opengroup.org/membership/forums/platform/unix) -(including -[macOS](https://www.apple.com/macos/)) and UNIX-like operating systems -(e.g., [Linux](https://www.linux.org)), as well -as [Windows](https://www.microsoft.com/en-us/windows). +its build/install system. **Quantum++** is platform-independent, supporting +[UNIX](https://www.opengroup.org/membership/forums/platform/unix) (including +[macOS](https://www.apple.com/macos/)) and UNIX-like operating systems (e.g., +[Linux](https://www.linux.org)), as well as +[Windows](https://www.microsoft.com/en-us/windows). --- @@ -256,8 +255,8 @@ If building under Windows with [MATLAB](https://www.mathworks.com/products/matlab/) support, please add the location of -`libmx.dll` and `libmat.dll` (the `.dll` **and not** the `.lib` files) to -your `PATH` environment variable. For example, on our platform they are located +`libmx.dll` and `libmat.dll` (the `.dll` **and not** the `.lib` files) to your +`PATH` environment variable. For example, on our platform they are located under `C:\Program Files\MATLAB\R2021a\bin\win64`. ---