Small edits to Linux build instructions.

This commit is contained in:
Jim Evins
2017-03-03 21:02:10 -05:00
parent 604f9fa137
commit 6e278f38b9
+2 -2
View File
@@ -9,7 +9,7 @@ gLabels Linux Build Instructions
- zlib 1.2+ Development Package
> Even if the above library packages are installed, their corresponding development packages
> may also need to be installed. Development packages are usually named somegthing like
> may also need to be installed. Development packages are usually named something like
> libraryName-dev or libraryName-devel.
# Cloning/Downloading
@@ -23,7 +23,7 @@ $ git clone https://github.com/jimevins/glabels-qt.git
# Compiling and Install
gLabels uses the CMake meta build system. Use the following commands to build and install gLabels:
gLabels uses the CMake meta build system. Use the following commands to build and install gLabels (assuming you are still in the directory that you ran `git clone` from):
```
$ cd ./glabels-qt