mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
update readme with MSVC/VS guide
This commit is contained in:
@@ -101,7 +101,7 @@ cd Reclass
|
|||||||
|
|
||||||
The build script auto-detects your Qt install location.
|
The build script auto-detects your Qt install location.
|
||||||
|
|
||||||
### Manual Build
|
### Manual Build (MinGW)
|
||||||
|
|
||||||
1. Clone with `--recurse-submodules` (or run `git submodule update --init --recursive` after cloning)
|
1. Clone with `--recurse-submodules` (or run `git submodule update --init --recursive` after cloning)
|
||||||
2. Build QScintilla: `qmake` + `mingw32-make` in `third_party/qscintilla/src`
|
2. Build QScintilla: `qmake` + `mingw32-make` in `third_party/qscintilla/src`
|
||||||
@@ -112,6 +112,10 @@ The build script auto-detects your Qt install location.
|
|||||||
```
|
```
|
||||||
4. Optionally run `windeployqt` on the output executable
|
4. Optionally run `windeployqt` on the output executable
|
||||||
|
|
||||||
|
### Visual Studio 2022+
|
||||||
|
|
||||||
|
The `msvc/` folder contains a ready-made solution (`Reclass.slnx`) with projects for the main application, all plugins, and third-party libraries. Requires the [Qt Visual Studio Tools](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022) extension with a Qt 6 MSVC kit configured.
|
||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user