mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
WinShellIntegration
This project based on the origin jumplistbridge project by Denis Fokin.
TODO: description
Build dependencies
- C++17-compatible compiler;
- CMake >=
v3.15(Note: it is already shipped with CLion); - [Optional: only for building winshellintegrationbridge target]: An implementation of Java SE 11 or newer. It's highly recommended to use the JDK you are using to build IDEA.
Build
Just use CMake normally.
If you want to build winshellintegrationbridge target too
you have to set the variable JDK_PATH to the path of JDK which will be used for build.
For example if your javac.exe is located at C:\Soft\jdk\bin\javac.exe you should set the variable like
-DJDK_PATH="C:\Soft\jdk".
Integration with CLion
TODO: description
Current binaries in repository
TODO: description of environment for building