Software to draw strength line on image
Rémi Synave 9adfae6255 Ajout des expe ligne de force pour windows 10 et 11 | il y a 1 an | |
---|---|---|
StrengthLine | il y a 1 an | |
WorkArea | il y a 1 an | |
csl | il y a 1 an | |
doc | il y a 1 an | |
dsl | il y a 1 an | |
img_test | il y a 1 an | |
officialTestDirectory | il y a 1 an | |
standalone_version | il y a 1 an | |
.gitignore | il y a 2 ans | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
dsl.dia | il y a 1 an | |
dsl.ico | il y a 1 an | |
dsl.png | il y a 1 an |
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