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