If you want binary install, please see README.
- Release base debian
sudo apt-get install debhelper python qt5-default qt5-qmake qttools5-dev-tools libstartup-notification0-dev libxcb-util0-dev libdtkwidget-dev
mkdir build
cd build
qmake -r ..
make
- Windows 10 64bit
- Microsoft Visual C++ 2017
- Windows SDK
- Qt5.8
- Dtk
configure -prefix "C:\Qt\QtStatic\5.8\vs2017" -release -platform win32-msvc2010 \
-no-qml-debug -confirm-license -opensource -static -qt-pcre -no-icu -no-sql-sqlite \
-no-nis -no-cups -no-iconv -no-dbus -nomake examples -no-sql-odbc -no-compile-examples \
-skip qtwebkit -skip qtwebkit-examples -skip qtactiveqt -no-openssl -qt-zlib \
-qt-libpng -qt-freetype -qt-libjpeg -opengl es2 -angle
TODO
mkdir build
cd build
qmake -r ..
nmake
- Mac OS 10.12
- Qt5.8
export QtInstallPath=/User/yourhome/Qt5.8/5.8/clang_64
export PATH=$QtInstallPath/bin:$PATH
TODO
mkdir build
cd build
qmake -r ..
make
macdeployqt src/app/deepin-boot-maker.app