master #14
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.13)
|
||||||
cmake_policy(SET CMP0011 NEW) # don`t affect includer policies
|
cmake_policy(SET CMP0011 NEW) # don`t affect includer policies
|
||||||
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
|
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
|
||||||
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
|
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -61,16 +61,18 @@ Build steps:
|
|||||||
|
|
||||||
|
|
||||||
Build steps for both architectures:
|
Build steps for both architectures:
|
||||||
-- follow previos steps, but on '4' state run make_libs_all.bat
|
-- follow previos steps, but on '5' state run make_libs_all.bat
|
||||||
|
|
||||||
## Non-Windows scripts
|
## Non-Windows scripts
|
||||||
Script "make_shstk.sh" compile and install SDK for current environment, e.g.
|
Script "make_shstk.sh" compile and install SDK for current environment, e.g.
|
||||||
`./make_shstk.sh -j4`
|
`./make_shstk.sh -j4`
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
This repo provide Dockerfile, so you can exec `docker build -t libs .` in this directory
|
This repo provide Dockerfile, e.q. so you can exec `docker build -t windows-shstk docker\windows-shstk`
|
||||||
and make docker image "libs" with installed SHS SDK for:
|
and make docker image "windows-shstk" with installed SHS SDK for Windows. Similar for other platforms.
|
||||||
* Debian 10
|
Dockerfile provide for platforms:
|
||||||
* Windows x64
|
* Debian 10 (debian-shstk)
|
||||||
* MacOS
|
* Windows x64 (windows-shstk)
|
||||||
* Android ndk 21 armeabi-v71, arm64-v8a, x86, x86_64
|
* MacOS (osx-shstk)
|
||||||
|
* Raspberry Pi raspbean (pi-shstk)
|
||||||
|
* Android ndk 21 armeabi-v71, arm64-v8a, x86, x86_64 (android-shstk)
|
||||||
|
|||||||
Reference in New Issue
Block a user