bat and README.md
This commit is contained in:
57
README.md
57
README.md
@@ -2,14 +2,37 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
This repo contains PIP, QAD and derived projects:
|
||||
* cd_utils - PIP-based client/server library for read, transmit and use custom structures of coefficients
|
||||
* qcd_utils - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client
|
||||
* piqt - helpers to convert PIP <-> Qt types
|
||||
* piqt_utils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection
|
||||
* qglview - old Qt-base OpenGL engine
|
||||
This repo contains:
|
||||
* PIP
|
||||
* * PIP - main library
|
||||
* * PIP::USB - PIUSB (libusb)
|
||||
* * PIP::Console - PIScreen
|
||||
* * PIP::Crypt - Cryptography (libsodium)
|
||||
* * PIP::Compress - Compression (zlib)
|
||||
* * PIP::FFTW - FFT with libfftw3
|
||||
* * PIP::OpenCL - PIP OpenCL bindings
|
||||
* * PIP::IOUtils
|
||||
* * PIP::Cloud
|
||||
* * PIP::Lua - PIP Lua bindings
|
||||
* QAD - Qt for Advanced Developers:
|
||||
* * QAD::Utils
|
||||
* * QAD::Widgets
|
||||
* * QAD::Application
|
||||
* * QAD::Blockview
|
||||
* * QAD::Graphic
|
||||
* * QAD::SQLTable
|
||||
* * QAD::TouchWidgets
|
||||
* * QAD::Doc
|
||||
* * QAD::PIQt - helpers to convert PIP <-> Qt types
|
||||
* * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection
|
||||
* * qglview - old Qt-base OpenGL engine
|
||||
* qglengine - new Qt-base OpenGL engine
|
||||
|
||||
* * QGLEngine::Core - 3d engine
|
||||
* * QGLEngine::Widgets - qt widgets for manage 3d obects and materials
|
||||
* CD
|
||||
* * CD::Core - PIP-based client/server library for read, transmit and use custom structures of coefficients
|
||||
* * CD::Qt - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client
|
||||
|
||||
## Compile
|
||||
This repo can be compile with GCC/MinGW/Clang, for Qt 4/5.
|
||||
|
||||
@@ -23,27 +46,25 @@ CMake options:
|
||||
* **QGLENGINE** - build or not QGLEngine, disabled by default
|
||||
|
||||
## Windows scripts
|
||||
Build steps for i686 architecture:
|
||||
Build steps:
|
||||
1. unzip mingw.7z to C:\mingw
|
||||
2. unzip qt.7z to C:\qt
|
||||
3. download and install cmake from https://cmake.org/download/
|
||||
4. Prepare environment
|
||||
- set prefix for mingw e.g.: for C:\mingw\7_1_x32\
|
||||
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\7_1_x
|
||||
- set prefix for Qt5 e.g.: for C:\qt\qt5120_win32\
|
||||
set SDK_QT5_DIR=C:\qt\qt5120_win
|
||||
- set SDK_CMAKE_DIR=C:\cmake
|
||||
5. run make_libs32.bat
|
||||
- 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
|
||||
5. run make_shstk32.bat or make_shstk64.bat
|
||||
|
||||
Build steps for amd64 architecture:
|
||||
-- follow previos steps, but replace '32' to '64'
|
||||
|
||||
Build steps for both architectures:
|
||||
-- follow previos steps, but on '4' state run make_libs_all.bat
|
||||
|
||||
## Non-Windows scripts
|
||||
Script "make_libs.sh" compile and install SDK for current environment, e.g.
|
||||
`./make_libs.sh -j4`
|
||||
Script "make_shstk.sh" compile and install SDK for current environment, e.g.
|
||||
`./make_shstk.sh -j4`
|
||||
|
||||
## Docker
|
||||
This repo provide Dockerfile, so you can exec `docker build -t libs .` in this directory
|
||||
|
||||
Reference in New Issue
Block a user