Skip to content

Compilation

UnknownExplorer13 edited this page Jul 27, 2023 · 5 revisions
  1. Fork the repo.
  2. Download the Qt Installer.
  3. Launch and log in to the installer (if you don't have an account with Qt, make one using the "Sign Up" link).
  4. Once you get to the "Installation Folder" page, select "Custom installation".
  5. 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).
  6. Finish the installation process.
  7. Open "NifSkope.pro" using Qt Creator.
  8. Set it up for MSVC 2019 64-bit (check the box and click "Configure Project")
  9. In the bottom left of the window is a monitor icon that says "Debug" below it; click the monitor and set it to "Release".
  10. Click the hammer in the bottom left and enjoy.
Clone this wiki locally