diff options
author | Sebastian Reichel <sre@ring0.de> | 2018-06-29 00:58:19 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2018-07-15 22:59:57 +0200 |
commit | 22df08c29f6e4566d418e2a80a8279303406a733 (patch) | |
tree | decb3029284b966635855e1684bc07ef9d3c1a6f /LICENSE | |
parent | 17560f8bf49a0be2e0b490159e29f4894fe12cba (diff) | |
download | serial-barcode-scanner-22df08c29f6e4566d418e2a80a8279303406a733.tar.bz2 |
build: switch to meson buildsystem
We build the project with 'meson' now instead of using custom
configure script + GNU Makefiles. To build the project, go to
the project root directory and use the following commands:
Building:
meson build
cd build
ninja
Update Language Files:
ninja shopsystem-pot
ninja shopsystem-update-po
Install:
DESTDIR=./tmp ninja install
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -2,40 +2,40 @@ Files: * Copyright: 2012-2013, Sebastian Reichel <sre@ring0.de> License: ISC -Files: templates/js/sorttable.js +Files: data/templates/js/sorttable.js Copyright: 2007, Stuart Langridge <sil@kryogenix.org> License: Expat -Files: templates/js/jquery.js +Files: data/templates/js/jquery.js Copyright: 2012, jQuery Foundation and contributors License: Expat -Files: templates/js/jquery.mousewheel.js +Files: data/templates/js/jquery.mousewheel.js Copyright: 2011, Brandon Aaron (http://brandonaaron.net) License: Expat -Files: templates/js/jquery.flot.js - templates/js/jquery.flot.navigate.js - templates/js/jquery.flot.selection.js +Files: data/templates/js/jquery.flot.js + data/templates/js/jquery.flot.navigate.js + data/templates/js/jquery.flot.selection.js Copyright: 2007-2012, Ole Laursen 2007-2012, IOLA 2008, Three Dub Media (http://threedubmedia.com) License: Expat -Files: templates/js/jquery.flot.pie.js +Files: data/templates/js/jquery.flot.pie.js Copyright: 2009, Brian Medendorp 2009, btburnett3 2009, Anthony Aragues 2009, Xavi Ivars License: Expat -Files: templates/css/bootstrap.css - templates/js/bootstrap.js +Files: data/templates/css/bootstrap.css + data/templates/js/bootstrap.js Copyright: Bootstrap License: Apache-2.0 -Files: templates/img/glyphicons-halflings.png - templates/img/glyphicons-halflings-white.png +Files: data/templates/img/glyphicons-halflings.png + data/templates/img/glyphicons-halflings-white.png Copyright: Glyphicons License: CC-BY-3.0 |