Software to draw strength line on image

Rémi Synave 3820824493 Ajout de la version standalone de dsl version 1.2 преди 9 месеца
SLList cc82a7a9fd Ajout de la méthode de Hausdorff pour la distance entre deux ensembles de lignes de force преди 9 месеца
StrengthLine c3c6984df7 Fin du développement de la distance entre deux ensembles de lignes de force. Test à faire преди 9 месеца
WorkArea 806f01ddc2 Ajout d'un message de fin et la possibilité de cliquer sur les images et pas seulement sur les boutons. преди 10 месеца
clf bca346ea8f Simplification du code dans StrengthLine преди 10 месеца
csl 54dcb6d25d Ajout du undo dans csl преди 9 месеца
doc 0e04a8467c Modification du document d'instruction pour l'expe sur les lignes de force преди 10 месеца
dsl 0f6ccab5fc Ajout de l'autosave pour DSL преди 9 месеца
img_test 11bd70478d Sans importance преди 9 месеца
officialTestDirectory cf72506e0a Final version 1.0 of csl and adding official test directory преди 1 година
standalone_version 3820824493 Ajout de la version standalone de dsl version 1.2 преди 9 месеца
.gitignore a5bf231efb Add .gitignore преди 1 година
LICENSE 20e058f3cd DSL V1.0 released - преди 1 година
README.md 373e076d82 README modification преди 1 година
dsl.dia c20ac6dbba other logo преди 1 година
dsl.ico c20ac6dbba other logo преди 1 година
dsl.png c20ac6dbba other logo преди 1 година

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