nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
143 stars 27 forks source link

Build instruction #26

Open xor2003 opened 8 years ago

xor2003 commented 8 years ago

I was not able to find clear build instruction. The cmake, qt5, boost is required, right? Please provide step by step build instruction for linux and win. As result I will able to help with development.

lab313ru commented 8 years ago
  1. Install CMake;
  2. Run cmake-gui;
  3. Clone DCC repo;
  4. Create some directory, for ex. "vstudio" in dcc repo root;
  5. Specify dcc's root as Source dir, and "vstudio" dir as a Build directory;
  6. Press Configure;
  7. Now, download Boost, unpack it;
  8. Specify _Boost_INCLUDEDIR as root of previously unpacked archive (for ex.: "_C:/boost_1_600");
  9. Now, unpack&build or install Qt5 for your build system;
  10. Specify Qt5Core_DIR as "/lib/cmake/Qt5Core" subdirectory of your Qt5 installation dir (for ex.: "c:/Qt/Qt5.6.0/5.6/msvc2015/lib/cmake/Qt5Core");
  11. Press Configure again;
  12. Then press Build. That's it!