Added CI appImage and CI source links to README.

This commit is contained in:
Jim Evins
2017-04-04 20:50:13 -04:00
parent f76303d23e
commit 60012b666d
2 changed files with 39 additions and 1 deletions
+10
View File
@@ -3,9 +3,19 @@ gLabels Author
Jim Evins <evins@snaught.com> Jim Evins <evins@snaught.com>
Acknowledgments Acknowledgments
=============== ===============
gLabels includes contributions from
* [probonopb](https://github.com/probonopd) - travis-ci setup, appImage
Translations
------------
* TBD.
Product Templates Product Templates
----------------- -----------------
+29 -1
View File
@@ -11,6 +11,7 @@ gLabels-qt is the development repository for the next major version of gLabels (
![screenshot](docs/images/screenshot.png) ![screenshot](docs/images/screenshot.png)
## What's new in gLabels-qt? ## What's new in gLabels-qt?
- Based on the Qt cross-platform framework. - Based on the Qt cross-platform framework.
@@ -18,6 +19,7 @@ gLabels-qt is the development repository for the next major version of gLabels (
has been built and tested under both Linux and Windows 7 (using MSYS/MINGW toolchain). has been built and tested under both Linux and Windows 7 (using MSYS/MINGW toolchain).
- Updated UI based on typical workflows. - Updated UI based on typical workflows.
## Status ## Status
gLabels-qt has been under off-and-on development since October 2013. gLabels-qt has been under off-and-on development since October 2013.
@@ -30,12 +32,39 @@ It is still missing several features to bring it in parity with glabels-3.4. Th
- Custom product templates designer - Custom product templates designer
- Online manual - Online manual
## Download
### Latest Release
There are currently no official releases of gLabels-qt.
### Continuous Integration Snapshots
Continuous integration snapshots are not official releases. These snapshots represent the latest
bleading-edge development (unstable) code. Please, DO NOT use it in a production environment. Do not
expect compatability or consistency of features between snapshots.
#### Linux AppImage
Download, make it executable, and run! See [appImage.org](http:appimage.org).
- **[gLabels_Label_Designer_4-x86_64.AppImage](https://github.com/jimevins/glabels-qt/releases/download/continuous/gLabels_Label_Designer_4-x86_64.AppImage)**
#### Source
- **[Source Code (TAR.GZ)](https://github.com/jimevins/glabels-qt/archive/continuous.tar.gz)**
- **[Source Code (ZIP)](https://github.com/jimevins/glabels-qt/archive/continuous.tar.gz)**
## Build Instructions ## Build Instructions
- [Linux Build Instructions](docs/BUILD-INSTRUCTIONS-LINUX.md) - [Linux Build Instructions](docs/BUILD-INSTRUCTIONS-LINUX.md)
- [Windows Build Instructions](docs/BUILD-INSTRUCTIONS-WINDOWS.md) - [Windows Build Instructions](docs/BUILD-INSTRUCTIONS-WINDOWS.md)
- Mac Build Instructions (TBD) - Mac Build Instructions (TBD)
## Help Needed ## Help Needed
* Help is needed to add support to build and package glabels for various platforms and packaging systems. * Help is needed to add support to build and package glabels for various platforms and packaging systems.
@@ -46,7 +75,6 @@ These include
- Mac - Mac
- Linux (flatpak) - Linux (flatpak)
- Linux (snap) - Linux (snap)
- Linux (appimage)
* Help is needed writing online documentation. * Help is needed writing online documentation.