Revise windows section in readme
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled
This commit is contained in:
parent
cb096388c8
commit
2de2d1bc6b
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@ make -j$(nproc)
|
||||||
|
|
||||||
### Windows (Qt6 + CMake)
|
### 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
|
```cmd
|
||||||
git clone https://github.com/IMbackK/aceradio.git
|
git clone https://github.com/IMbackK/aceradio.git
|
||||||
cd aceradio
|
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.
|
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:
|
Run windeployqt to copy necessary Qt libraries to the build folder:
|
||||||
```cmd
|
```cmd
|
||||||
"C:\Qt\6.x.x\msvc2019_64\bin\windeployqt.exe" --no-translations build\Release\aceradio.exe
|
"C:\Qt\6.x.x\msvc2019_64\bin\windeployqt.exe" --no-translations build\Release\aceradio.exe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue