forked from C0bra5/nifskope
-
Notifications
You must be signed in to change notification settings - Fork 0
Compilation
UnknownExplorer13 edited this page Jul 27, 2023
·
5 revisions
- Fork the repo.
- Download the Qt Installer.
- Launch and log in to the installer (if you don't have an account with Qt, make one using the "Sign Up" link).
- Once you get to the "Installation Folder" page, select "Custom installation".
- On the "Select Components" page, make sure to select:
- Qt Design Studio -> Qt Design Studio 4.2.0
- Qt -> Qt 5.15.2 -> MSVC 2019 64-Bit
- Qt -> Developer and Designer Tools -> Qt Creator 11.0.0
- Qt -> Developer and Designer Tools -> Qt Creator 11.0.0 CDB Debugger Support
- Qt -> Developer and Designer Tools -> Debugging Tools for Windows
- Qt -> Developer and Designer Tools -> CMake 3.24.2
- Note: Menu layout and versions may differ; these were the ones available last I checked the installer (27/07/2023).
- Finish the installation process.
- Open "NifSkope.pro" using Qt Creator.
- Set it up for MSVC 2019 64-bit (check the box and click "Configure Project")
- In the bottom left of the window is a monitor icon that says "Debug" below it; click the monitor and set it to "Release".
- Click the hammer in the bottom left and enjoy.