diff --git a/README.md b/README.md index 13983e8..cbe91b8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ Build steps: set SDK_MINGW_DIR=C:\mingw\8_1_x - set prefix for Qt5 e.g.: for C:\qt\qt5150_win32\ or C:\qt\qt5150_win64\ set SDK_QT5_DIR=C:\qt\qt5150_win - - set SDK_CMAKE_DIR=C:\cmake or C:\Program Files\CMake + - set path to cmake directory + set SDK_CMAKE_DIR=C:\cmake or C:\Program Files\CMake 5. Run `make_shstk32.bat` or `make_shstk64.bat` Build steps for both architectures: follow previous steps, but on '5' state run `make_shstk_all.bat` @@ -87,7 +88,9 @@ This repo provide several Dockerfiles, so you can exec `docker build -t windows- and make docker image "windows-shstk" with installed SHS Toolkit for Windows. Similar for other platforms. Dockerfile provides for next platforms: * Debian 10 (debian-shstk) +* Debian 11 (debian11-shstk) * Ubuntu 20.04 (ubuntu-shstk) +* Windows x32 (windows32-shstk) * Windows x64 (windows-shstk) * MacOS (osx-shstk) * Raspberry Pi Raspbian (pi-shstk) diff --git a/make_shstk.sh b/make_shstk.sh index 4d8d381..7d0d811 100755 --- a/make_shstk.sh +++ b/make_shstk.sh @@ -2,5 +2,5 @@ cd .. mkdir shstk_build_linux cd shstk_build_linux -cmake ../shstk +cmake -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../shstk make install $@