Software to draw strength line on image

Rémi Synave ba42c48472 graphical bug solved vor 7 Monaten
SLList a075da2a45 Correction bug calcul distance entre deux ensembles de lignes vor 8 Monaten
StrengthLine c3c6984df7 Fin du développement de la distance entre deux ensembles de lignes de force. Test à faire vor 8 Monaten
WorkArea ba42c48472 graphical bug solved vor 7 Monaten
clf ba42c48472 graphical bug solved vor 7 Monaten
csl ba42c48472 graphical bug solved vor 7 Monaten
doc 0e04a8467c Modification du document d'instruction pour l'expe sur les lignes de force vor 9 Monaten
dsl ba42c48472 graphical bug solved vor 7 Monaten
officialTestDirectory dfa3948f7d - vor 8 Monaten
standalone_version c5e7288ed9 Ajout de la version standalone windows10 de DSL en vrsion 1.2 vor 8 Monaten
.gitignore a5bf231efb Add .gitignore vor 1 Jahr
LICENSE 20e058f3cd DSL V1.0 released - vor 1 Jahr
README.md 373e076d82 README modification vor 1 Jahr
dsl.dia c20ac6dbba other logo vor 1 Jahr
dsl.ico c20ac6dbba other logo vor 1 Jahr
dsl.png c20ac6dbba other logo vor 1 Jahr

README.md

dsl - Draw Strength Line

Software to draw strength lines on image


prerequisites

This software can be found as a standalone application for Windows and Linux.

Files can be found here : wiki de dsl


Build from source

Donwload and install Qt

If you want to build from source, you have to download and install Qt (>=5.5) :

  • Linux users can use package manager to install this library.
  • Linux and Windows users can also visit this website to download and install the library : Site web de Qt

Build software with QtCreator

Open the dsl.pro file with QtCreator.

Build software with command lines

For linux users :

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

For Windows users :

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