From bab5b595a6fd5ee0e66344113d6f818b3891b662 Mon Sep 17 00:00:00 2001 From: karutoh Date: Thu, 1 Feb 2024 02:06:03 -0800 Subject: [PATCH] Added to about section. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70568e9..3c7b8a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # About -Much like boost.io this library is a replacement of the standard C/C++ libraries. It provides most features needed when designing applications in a cross-platform manner. +Much like boost.io this library is a replacement of the standard C/C++ libraries. It provides most features needed when +designing applications in a cross-platform manner. The goal for this project is for it to be compiled and run on +anything which means embedded hardware support. ### Features - Audio IO/Processing/Manipulation @@ -48,7 +50,8 @@ Much like boost.io this library is a replacement of the standard C/C++ libraries 1. `cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB /path/to/source` 2. `cmake --build /path/to/build --config Release` -The `LINUX_WINDOW_SYSTEM` variable in the first step can be either `XCB` for the X Window System or `Wayland` for the Wayland Window System. Wayland support is currently not fully supported yet, use only `XCB`. +The `LINUX_WINDOW_SYSTEM` variable in the first step can be either `XCB` for the X Window System or `Wayland` for the +Wayland Window System. Wayland support is currently not fully supported yet, use only `XCB`. # Simple Example ```cpp