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