README.md

This commit is contained in:
Andrey
2022-03-15 17:39:12 +03:00
parent 7a6761dc7a
commit 8ac7b66ce7
2 changed files with 5 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 $@