Software to draw strength line on image
Rémi Synave 9adfae6255 Ajout des expe ligne de force pour windows 10 et 11 | 1 год назад | |
---|---|---|
StrengthLine | 1 год назад | |
WorkArea | 1 год назад | |
csl | 1 год назад | |
doc | 1 год назад | |
dsl | 1 год назад | |
img_test | 1 год назад | |
officialTestDirectory | 1 год назад | |
standalone_version | 1 год назад | |
.gitignore | 2 лет назад | |
LICENSE | 1 год назад | |
README.md | 1 год назад | |
dsl.dia | 1 год назад | |
dsl.ico | 1 год назад | |
dsl.png | 1 год назад |
Software to draw strength lines on image
This software can be found as a standalone application for Windows and Linux.
Files can be found here : wiki de dsl
If you want to build from source, you have to download and install Qt (>=5.5) :
Open the dsl.pro file with QtCreator.
With a terminal, go to the dsl directory where you have the file dsl.pro. Then :
qmake
make
dsl executable file will be generate in the directory. Launch it with : ./dsl
Open the mingw terminal installed with the Qt library. You can find it in Qt subdirectory (for example C:\Qt\6.4.0\mingw_64). With this terminal, go to the directory where you can find the dsl.pro file. Then :
̀qmake`
mingw32-make
A release directory will be created where you can execute the software : cd release dsl.exe