Software to draw strength line on image

Rémi Synave bbb66caa76 Adding informations in readme file 2 anos atrás
StrengthLine 20e058f3cd DSL V1.0 released - 2 anos atrás
WorkArea 20e058f3cd DSL V1.0 released - 2 anos atrás
csl dbc2c08a22 Bug correction and adding vsl, a soft to visualize strength lines 2 anos atrás
dsl 20e058f3cd DSL V1.0 released - 2 anos atrás
img_test e628df2d2f filename modification 2 anos atrás
.gitignore a5bf231efb Add .gitignore 2 anos atrás
LICENSE 20e058f3cd DSL V1.0 released - 2 anos atrás
README.md bbb66caa76 Adding informations in readme file 2 anos atrás
dsl.dia ca85fb87ed Add icons 2 anos atrás
dsl.ico ca85fb87ed Add icons 2 anos atrás
dsl.png ca85fb87ed Add icons 2 anos atrás

README.md

dsl - Draw Strength Line

Software to draw strength lines on image


prerequisites

This software is build 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.

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