Added initial Windows build instructions.

This commit is contained in:
Jim Evins
2017-03-03 22:46:22 -05:00
parent 6e278f38b9
commit 26fc5a6baf
2 changed files with 55 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
gLabels Linux Build Instructions
================================
# Prerequisites
## Prerequisites
- g++
- CMake 2.8.12+
@@ -12,7 +12,7 @@ gLabels Linux Build Instructions
> may also need to be installed. Development packages are usually named something like
> libraryName-dev or libraryName-devel.
# Cloning/Downloading
## Cloning/Downloading
To clone the gLabels source:
@@ -21,7 +21,7 @@ $ git clone https://github.com/jimevins/glabels-qt.git
```
# Compiling and Install
## Compiling and Install
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):