git clone https://github.com/horsicq/DIE-engine.git
cd DIE-engine
sudo docker build . -t horsicq:diec- You can also watch tutorial on YouTube
- For further Information you can look at fr0stb1rd blogpost.
sudo apt-get install qtbase5-dev qtscript5-dev qttools5-dev-tools libqt5svg5-dev git build-essential -y- Ubuntu 14.04-20.04:
sudo apt-get install qt5-default -y- Ubuntu 21.04-25.10
sudo apt-get install qtchooser qt5-qmake pkg-config -ygit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginebash -x build_dpkg.shsudo dpkg -i release/$(ls release)sudo dnf install qt5-qtbase-devel qt5-qtscript-devel qt5-qttools-devel git make gcc-c++git clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginechmod a+x configure
./configure
make -j4sudo zypper install libqt5-qtbase-devel libqt5-qtscript-devel libqt5-qttools-devel libqt5-qtsvg-devel git gcc-c++ makegit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginechmod a+x configure
./configure
make -j4sudo pacman -S --needed git base-devel qt5-base qt5-tools qt5-scriptgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginechmod a+x configure
./configure
make -j4sudo apt-get install --quiet --assume-yes build-essential qt5-default qtbase5-dev qttools5-dev-tools qtscript5-dev libqt5svg5-devgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-engineMight require sudo privileges
chmod a+x configure
./configure
make -j4
sudo make installsudo apt-get install --quiet --assume-yes build-essential qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools qt6-5compat-dev libqt6svg6-dev qt6-declarative-devgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginemkdir build
cd build
qmake6 ../die_source.pro CONFIG+=release
makeInstall Qt 5.15.2: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_mac.sh (check QMAKE_PATH variable)
Run build script: bash -x build_mac.sh
Install Visual Studio 2013: https://github.com/horsicq/build_tools
Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools
Install 7-Zip: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_winxp.bat (check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Run build_winxp.bat
Install Visual Studio 2019: https://github.com/horsicq/build_tools
Install Qt 5.15.2 for VS2019: https://github.com/horsicq/build_tools
Install 7-Zip: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_win32.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Edit build_win64.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Run build_win32.bat
Run build_win64.bat
git clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginemkdir -p build
cmake . -B build
cd build
make -j4
# To use it as a command, uncomment the following line:
# sudo make install -j4Install MSYS2: https://www.msys2.org/
git clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginepacman -S mingw-w64-ucrt-x86_64-gcc
pacman -S mingw-w64-x86_64-qt5-toolschmod a+x configure
./configure
make -j4- Activate Windows Subsystem for Linux
- Download from the Microsoft Store any distribution
git clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginesudo apt-get install --quiet --assume-yes build-essential qtbase5-dev qttools5-dev-tools qtscript5-dev libqt5svg5-devchmod a+x build_dpkg.sh
./build_dpkg.shsudo apt-get install --quiet --assume-yes build-essential qt5-default qtbase5-dev qttools5-dev-tools qtscript5-dev libqt5svg5-devgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginemkdir build
cd build
qmake ../die_source.pro CONFIG+=debug CONFIG-=release
makesudo apt-get install --quiet --assume-yes build-essential qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools qt6-5compat-dev libqt6svg6-dev qt6-declarative-devgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginemkdir build
cd build
qmake6 ../die_source.pro CONFIG+=debug CONFIG-=release
makesudo apt-get install --quiet --assume-yes build-essential qt5-default qtbase5-dev qttools5-dev-tools qtscript5-dev libqt5svg5-devwget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod +x linuxdeploy-x86_64.AppImage
sudo mv linuxdeploy-x86_64.AppImage /usr/local/bin/linuxdeploy
sudo chmod +x /usr/local/bin/linuxdeploy
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
sudo mv linuxdeploy-plugin-qt-x86_64.AppImage /usr/local/bin/linuxdeploy-plugin-qtgit clone --recursive https://github.com/horsicq/DIE-engine.git
cd DIE-enginechmod a+x configure
./configure
make
chmod a+x create_appimage.sh
./create_appimage.sh