To build Notepad Next you will need CMake, a compatible C++ compiler, the Qt libraries, and the Notepad Next source code.
This section specifically describes how to build Notepad Next using Microsoft's Visual Studio 2022 compiler.
- Download the installer for Visual Studio 2022 Community (other versions should work if you have those installed already).
- Run the installer
- Select the 'Desktop development with C++'
- Complete the installation
- Download the Qt installer
- Run the installer.
- Select 'custom installation'
- Install any version of Qt >= 6.5 (6.5 is recommended if possible)
MSVC 2019 64-bitlocated under the desired version of QtQt 5 Compatibility Module(not needed for Qt 5.x)Developer and Design Tools>Qt Creator CDB Debugger SupportDeveloper and Design Tools>Debugging Tools for Windows
- In a command prompt (or git shell, powershell, etc) run:
git clone https://github.com/dail8859/NotepadNext.git
- Open Qt Creator and open the root
CMakeLists.txtfile. - Configure the project for 'Desktop Qt 6.5 MSVC2019 64bit' (or whatever version of Qt you have installed)
- Press
Ctrl+R - Qt Creator will build and run the project.
TODO
TODO