Преглед на файлове

Adding informations in readme file

Rémi Synave преди 1 година
родител
ревизия
12e2c0d36f
променени са 1 файла, в които са добавени 9 реда и са изтрити 6 реда
  1. 9 6
      README.md

+ 9 - 6
README.md

@@ -6,7 +6,9 @@ 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 :
+This software is build as a standalone application for Windows and Linux. Files can be found here : [https://gogs.univ-littoral.fr/synave/dsl/wiki](wiki de dsl)
+
+***
 
 ## Build from source
 
@@ -17,7 +19,8 @@ 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 :
-https://www.qt.io/download-qt-installer
+
+[https://www.qt.io/download-qt-installer]https://www.qt.io/download-qt-installer
 
 ### Build software with QtCreator
 
@@ -28,16 +31,16 @@ Open the dsl.pro file with QtCreator.
 #### For linux users :
 
 With a terminal, go to the dsl directory where you have the file dsl.pro. Then :
-qmake
-make
+`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
+̀qmake`
+`mingw32-make`
 
 A release directory will be created where you can execute the software :
 cd release