Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-18 | web: use datatables instead of sortable | Sebastian Reichel | 1 | -1/+3 | |
2018-07-18 | bootstrap2 -> bootstrap3 | Sebastian Reichel | 1 | -1/+2 | |
2018-07-15 | build: switch to meson buildsystem | Sebastian Reichel | 1 | -0/+26 | |
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 |