-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Download boost 1.60 http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.zip
cd boost_1_60_0\tools\build\src\engine PATH c:\msys32\mingw32\bin;%PATH% .\build.bat gcc copy bin.ntx86*.exe ........
cd boost_1_60_0\tools\build\src\engine path C:\msys64\mingw64\bin;%PATH% .\build.bat gcc ... copy bin.ntx86_64*.exe ........
cat < project-config.jam import option ; using gcc ; option.set keep-going : false ; EOF
./b2 --layout=tagged --build-type=minimal --cxxflags=-mno-avx --prefix=/mingw64/boost runtime-link=static install --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale
./b2 --layout=tagged --build-type=minimal --cxxflags=-mno-avx --prefix=/mingw32/boost define=BOOST_USE_WINAPI_VERSION=0x0501 runtime-link=static install --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale
https://www.microsoft.com/en-us/download/details.aspx?id=6812
pacman -S bison
wget http://download.qt.io/official_releases/qt/5.7/5.7.0/single/qt-everywhere-opensource-src-5.7.0.zip
#ifndef D3D11_QUERY_DATA_TIMESTAMP_DISJOINT typedef struct D3D11_QUERY_DATA_TIMESTAMP_DISJOINT ... #endif
./configure.bat -opensource -nomake examples -nomake tests -opengl dynamic -no-avx -debug-and-release -nomake tools -make libs -qt-freetype -qt-libpng -qt-libjpeg
make && make install
cd qtquickdialogs make && make install
export PATH=/C/Qt/qt-everywhere-opensource-src-5.7.0/qtbase/bin:$PATH
./build.sh
cd build make deploy