pip,qad,readme

This commit is contained in:
2023-06-15 12:34:44 +03:00
parent 6a1bcf13f5
commit 6913efdf9d
3 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ This repo can be compiled with GCC/MinGW/Clang, for Qt 4/5.
If there is no Qt found, builds only PIP and CD.
CMake options:
* **LOCAL** - if 0 then install to system directories: MinGW on Windows, /usr/local on Linux/MacOS, ${ANDROID_SYSTEM_LIBRARY_PATH} on Android. If 1 then install to ${CMAKE_INSTALL_PREFIX}. Disabled by default
* **LOCAL** - if 0 then install to system directories: MinGW on Windows, /usr/local on Linux/MacOS, ANDROID_SYSTEM_LIBRARY_PATH on Android. If 1 then install to CMAKE_INSTALL_PREFIX. Disabled by default
* **UTILS** - build or not executable utilites, enabled by default
* **DESIGNER_PLUGINS** - build or not Qt Designer plugins, enabled by default
* **QGLVIEW** - build or not QGLView, disabled by default
@@ -71,11 +71,11 @@ Build steps:
3. Download and install cmake from https://cmake.org/download/
4. Prepare environment for x86 or amd64 architecture:
- set prefix for mingw e.g.: for C:\mingw\8_1_x32\ or C:\mingw\8_1_x64\
set SDK_MINGW_DIR=C:\mingw\8_1_x
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 `K_QT5_DIR=C:\qt\qt5150_win`
- set path to cmake directory
set SDK_CMAKE_DIR=C:\cmake or C:\Program Files\CMake
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`

2
pip

Submodule pip updated: 0ae63fa9ad...dd56b1c142

2
qad

Submodule qad updated: 7ce2b31ec9...024360dec5