viewtouch
viewtouch copied to clipboard
ViewTouch Point of Sale (PoS) - official
I've copied the RPi image from http://www.viewtouch.com/nc.html and started up the PoS, however, I'm unsure how to configuring it. The documentation at http://viewtouch.com/ViewTouchManual.pdf mentions pressing F1 to bring up a...
Building a Binary is a great first step - Building an intuitive, Easy to Use menu makes ViewTouch all you need it to be. I have begun a new Wiki...
Currently you install everything under ```$(PREFIX)/viewtouch/```. This isn't how software is installed on unix-like systems. About every package there is installs binaries into ```$(PREFIX)/bin```, data into ```$(PREFIX)/share/{name}```. These two are...
How to Debug with GDB: Frank Graziano offers this correction / update. Open two terminals, Window 1 and Window 2. Window 1: gdb vtpos b 153 - this is where...
We currently have no CI for BSD based systems. We should add something! One solution readily available for open source projects is cirrus-ci https://cirrus-ci.org/guide/FreeBSD/ Originally discussed in https://github.com/ViewTouch/viewtouch/issues/100
I'm trying to squash some warnings. With the following variables I have no Idea what they should be doing. Can you shed some light on them? Maybe they were intended...
How can I add another language to ViewTouch? I have found localization files for English and French po_files. How do I use them? How do I debug them? Is there...
I'd like to log my adventures using the Rapsberry Pi image http://viewtouch.com/RPi.debian9.img.bz2 - I've loaded the Image to a 32GB SDHC card (previously used Kodi) and put it into my...