Merge pull request 'master' (#22) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/22
This commit was merged in pull request #22.
This commit is contained in:
12
README.md
12
README.md
@@ -13,17 +13,17 @@ This repo contains:
|
||||
* PIP::FFTW - FFT with libfftw3
|
||||
* PIP::OpenCL - PIP OpenCL bindings
|
||||
* PIP::IOUtils
|
||||
* PIP::Cloud
|
||||
* PIP::Cloud - PIP cloud IODevices
|
||||
* PIP::Lua - PIP Lua bindings
|
||||
* QAD - Qt for Advanced Developers:
|
||||
* QAD::Utils
|
||||
* QAD::Widgets
|
||||
* QAD::Widgets - collection of extendent widgets
|
||||
* QAD::Application
|
||||
* QAD::Blockview
|
||||
* QAD::Graphic
|
||||
* QAD::SQLTable
|
||||
* QAD::TouchWidgets
|
||||
* QAD::Doc
|
||||
* QAD::Graphic - widget for realtime visualization and publication quality 1D/2D plots
|
||||
* QAD::SQLTable - widget for display and edit data based on SQL tables with relations
|
||||
* QAD::TouchWidgets - collection of widgets for touch screen interface
|
||||
* QAD::Doc - markdown helper for qt
|
||||
* 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
|
||||
|
||||
2
cd
2
cd
Submodule cd updated: 9844c773cd...d50223f1cf
2
qad
2
qad
Submodule qad updated: 5c00f1b9c5...4aab13cfaf
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
libicu-dev
|
||||
libfftw3-dev
|
||||
libsodium-dev
|
||||
libassimp-dev
|
||||
libmarkdown2-dev
|
||||
ocl-icd-opencl-dev
|
||||
zlib1g-dev
|
||||
qtbase5-dev-tools
|
||||
qttools5-dev
|
||||
qtscript5-dev
|
||||
qtdeclarative5-dev
|
||||
qtpositioning5-dev
|
||||
libqt5datavisualization5-dev
|
||||
qt5-default
|
||||
libglew-dev
|
||||
liblua5.3-dev
|
||||
|
||||
apt install libicu-dev libfftw3-dev libsodium-dev libassimp-dev libmarkdown2-dev ocl-icd-opencl-dev zlib1g-dev qtbase5-dev-tools qttools5-dev qtscript5-dev qtdeclarative5-dev qtpositioning5-dev libqt5datavisualization5-dev qt5-default libglew-dev liblua5.3-dev
|
||||
Reference in New Issue
Block a user