RpcView icon indicating copy to clipboard operation
RpcView copied to clipboard

Building from sources

Open Marsel-marsel opened this issue 3 years ago • 2 comments

Very good tool, but I've got a lot of trouble building it from sources. Future researches should use exactly Qt 5.15.1 msvc_2015_64 compiler. It has Qt5WidgetsConfig.cmake file and does not raise Qt compilation errors.

  1. Install qt installer
  2. Run C:\Qt\MaintenanceTool.exe
  3. On Select component stage you can choose only Qt->Qt 5.15.1->MSVC 2015 64-bit and install it
  4. Follow the original README instructions using set CMAKE_PREFIX_PATH=C:\Qt\5.15.1\msvc2015_64\

Marsel-marsel avatar Dec 08 '21 21:12 Marsel-marsel

Thank you so much mate

meazou75 avatar Jul 09 '22 14:07 meazou75

Note: If you are using the latest installer, you will have to go to (on the right) Select Categories -> Tick Archives -> Filter

Also make sure to put the Build/x64 directories in the root directory of the repo, not in the subfolder called "RpcView"

m-doescode avatar Jul 23 '22 17:07 m-doescode