mirror of https://github.com/x64dbg/x64dbg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
695 B
695 B
Prerequisites
sudo apt update
sudo apt install cmake ninja-build wine
Install MSVC
Download https://github.com/mstorsjo/msvc-wine
cd msvc-wine
./vsdownload.py --accept-license --dest ~/opt/msvc Microsoft.VisualStudio.Workload.VCTools Microsoft.VisualStudio.Component.VC.ATL
./install.sh ~/opt/msvc
Build
cd x64dbg
export MSVC_BIN_DIR=~/opt/msvc/bin/x86
export QT_BIN_DIR=~/src/x64dbg/build32/_deps/qt5-src/bin
cmake -B build32 -DCMAKE_TOOLCHAIN_FILE=cmake/msvc-wine.cmake -G Ninja
cmake --build build32 -j4
Issues
LINK : fatal error LNK1158: cannot run 'rc.exe'
Fix: winecfg -> Drives -> Remove non default drives (stay only: C and Z drives).