Skip to content

Commit a95dc83

Browse files
committed
Add missing manual build dependencies for Windows
Such as the lxml module for Breeze Icons, and setting the QTDIR for CMake. Fixes #24
1 parent 0ae9156 commit a95dc83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ When it's complete, a file called `novus.flatpak` will appear in the repository
2323
* macOS may work but is currently unsupported. Patches are accepted to fix any problems with macOS builds though.
2424
* [CMake](https://cmake.org) 3.25 or later
2525
* [Qt](https://www.qt.io/) 6.9 or later
26+
* When building on Windows, set the QTDIR environment variable to point to your installation. Otherwise, this has to be set up through CMake instead if you know how to.
2627
* [KDE Frameworks](https://develop.kde.org/products/frameworks/) 6
2728
* [Rust](https://www.rust-lang.org/)
2829
* [Corrosion](https://github.com/corrosion-rs/corrosion)
30+
* Python with the `lxml` module
2931

3032
### Getting source code
3133

0 commit comments

Comments
 (0)