Software to draw strength line on image

Rémi Synave b9e2784f7a Modification of suffix il y a 1 an
StrengthLine 0e6efd7a77 Modification of csl. il y a 1 an
WorkArea d711be7da3 Adding some functionlalites il y a 1 an
csl b9e2784f7a Modification of suffix il y a 1 an
doc 5c2bc4c91e user manual added - french version il y a 1 an
dsl 7e3488b731 About modification il y a 1 an
img_test 0e6efd7a77 Modification of csl. il y a 1 an
standalone_version 6601235289 standalone windows 1.1 update il y a 1 an
.gitignore a5bf231efb Add .gitignore il y a 1 an
LICENSE 20e058f3cd DSL V1.0 released - il y a 1 an
README.md 373e076d82 README modification il y a 1 an
dsl.dia c20ac6dbba other logo il y a 1 an
dsl.ico c20ac6dbba other logo il y a 1 an
dsl.png c20ac6dbba other logo il y a 1 an

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