- Visual Studio 2017 or 2019
- MSYS2
- CMake
- Inno Setup 5.6.1 (u)
ATL support is for Visual C++ only.
- Load
src/RisohEditor_res.rcby RisohEditor and save it as UTF-16 if you are using Visual Studio.
- Open Visual Studio Command Prompt or MSYS2 and go to
RisohEditordirectory bycdcommand. - Execute a
cmakecommand line using CMake.- Please specify
-G "(generator)". To get the generator list, please specify-Gonly. - If ATL support is needed, then add
-DATL_SUPPORT=ON. - If you want XP support, use
v141_xptoolset (-T v141_xp). -A Win32might be needed if your VS usesx64as default.
- Please specify
- Build it by using the solution file, Makefile or Ninja.
- Execute do_sign_all.bat .
- Open
installer.isswith Inno Setup. - Build it.