From 2de2d1bc6bf1444729710a88f2f51a7e6c16c2ea Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Tue, 17 Mar 2026 19:00:22 +0100 Subject: [PATCH] Revise windows section in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 150700f..b5e9d35 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ make -j$(nproc) ### Windows (Qt6 + CMake) -To build on Windows, ensure you have **CMake** and **Qt6** installed. Run the following commands in **Command Prompt (cmd)** or **PowerShell**: +To build on Windows run the following commands in *Command Prompt (cmd)* or *PowerShell*: -1. **Configure and Build:** +1. Configure and Build: ```cmd git clone https://github.com/IMbackK/aceradio.git cd aceradio @@ -54,7 +54,7 @@ cmake --build build --config Release --parallel ``` Note: Replace C:/Qt/6.x.x/msvc2019_64 with your actual Qt installation path. -2. **Deploy Dependencies:** +2. Deploy Dependencies: Run windeployqt to copy necessary Qt libraries to the build folder: ```cmd "C:\Qt\6.x.x\msvc2019_64\bin\windeployqt.exe" --no-translations build\Release\aceradio.exe