silverf0x / RpcView

RpcView is a free tool to explore and decompile Microsoft RPC interfaces
GNU General Public License v3.0
918 stars 250 forks source link

Building from sources #58

Open Marsel-marsel opened 2 years ago

Marsel-marsel commented 2 years ago

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_201564 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\
meazou75 commented 2 years ago

Thank you so much mate

m-doescode commented 2 years ago

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"