Updated readme files.
This commit is contained in:
@@ -1,7 +1,47 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
gLabels-qt
|
*******************************************************************************
|
||||||
==========
|
|
||||||
|
## What is gLabels-qt?
|
||||||
|
|
||||||
|
gLabels-qt is the development repository for the next major version of gLabels (4.0).
|
||||||
|
|
||||||
|
## What's new in glabels-4.0?
|
||||||
|
|
||||||
|
- Based on Qt instead of Gtk.
|
||||||
|
- Unlike previous versions, glabels-4.0 should be a cross-platform application. So far, it
|
||||||
|
has been built and tested under Linux and Windows (using MSYS/MINGW toolchain).
|
||||||
|
- It has a new general UI which helps guide the user through typical workflows.
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
gLabels-qt has been under off-and-on development since October 2013.
|
||||||
|
It is still missing several features to bring it in parity with glabels-3.4. These include
|
||||||
|
|
||||||
|
- Barcode objects
|
||||||
|
- Internationalization
|
||||||
|
- Product template designer
|
||||||
|
- Online manual
|
||||||
|
|
||||||
|
## Help Needed
|
||||||
|
|
||||||
|
* Help is needed to add support to build and package glabels for other platforms. These include
|
||||||
|
|
||||||
|
- Windows (VisualStudio)
|
||||||
|
- Windows (MINGW 64bit)
|
||||||
|
- Mac
|
||||||
|
- Linux (flatpak)
|
||||||
|
- Linux (snap)
|
||||||
|
- Linux (appimage)
|
||||||
|
|
||||||
|
* Help is needed writing online documentation.
|
||||||
|
|
||||||
|
* Help is needed setting up internationalization and writing translations.
|
||||||
|
|
||||||
|
* Additional internal icon themes.
|
||||||
|
|
||||||
|
* Suggestions.
|
||||||
|
|
||||||
|
* For code contributions, see [docs/HACKING.md](docs/HACKING.md).
|
||||||
|
|
||||||
Qt/C++ Port of glabels.
|
|
||||||
|
|||||||
@@ -12,24 +12,15 @@ gLabels Linux Build Instructions
|
|||||||
> may also need to be installed. Development packages are usually named something like
|
> may also need to be installed. Development packages are usually named something like
|
||||||
> libraryName-dev or libraryName-devel.
|
> libraryName-dev or libraryName-devel.
|
||||||
|
|
||||||
## Cloning/Downloading
|
## Compile and Install
|
||||||
|
|
||||||
To clone the gLabels source:
|
gLabels uses the CMake meta build system. Use the following commands to build and install gLabels:
|
||||||
|
|
||||||
```
|
<pre>
|
||||||
$ git clone https://github.com/jimevins/glabels-qt.git
|
$ cd <i>glabels_source_directory</i>
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## 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):
|
|
||||||
|
|
||||||
```
|
|
||||||
$ cd ./glabels-qt
|
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
</pre>
|
||||||
|
|||||||
@@ -27,22 +27,17 @@ export PATH=/c/Qt/Qt5.6.0/5.6/mingw49_32/bin:${PATH}
|
|||||||
The exact path will depend on the version of Qt and MINGW you have installed.
|
The exact path will depend on the version of Qt and MINGW you have installed.
|
||||||
|
|
||||||
|
|
||||||
### Cloning/Downloading
|
### Compile and Install
|
||||||
|
|
||||||
To download, select **Download ZIP** on the [glabels-qt Github page](https://github.com/jimevins/glabels-qt). Unzip this file into your MSYS home directory (e.g. */mingw/msys/1.0/home/yourname*).
|
|
||||||
|
|
||||||
|
|
||||||
### Compiling and Install
|
|
||||||
|
|
||||||
gLabels uses the CMake meta build system. From the MSYS shell, type the following commands:
|
gLabels uses the CMake meta build system. From the MSYS shell, type the following commands:
|
||||||
|
|
||||||
```
|
<pre>
|
||||||
$ cd glabels-qt-master
|
$ cd <i>glabels_source_directory</i>
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake -G "MSYS Makefiles" ..
|
$ cmake -G "MSYS Makefiles" ..
|
||||||
$ make install
|
$ make install
|
||||||
```
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
Reference in New Issue
Block a user