From c297a5dc71412b98dc30ab50135d8e02c65d285e Mon Sep 17 00:00:00 2001 From: Christopher Devlin <chris@oass.site> Date: Thu, 9 Jul 2020 03:33:16 +0000 Subject: [PATCH] Update README.md --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f699bb2..30c164e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,45 @@ # dhpos--linux -Information and scripts to get the <in>famous DH POS working on gnu/linux systems. \ No newline at end of file +Information and scripts to get the <in>famous DH POS working on gnu/linux systems. + +The main project is written by Dale Harris and he provides a +free (as in BEER) POS (point-of-sale) system written in basic. + +The goal of this repository is to keep track of tips and tricks for +getting it to work on gnu/linux systems. + +This is primarily going to be geared towards Ubuntu/Debian as that is the +family of distros I am mostly familiar with. + +Step 1. +Install your base distro. + +Step 2. +Install your pre-requisites. +You will need to install the following packages. +> inotify-tools dosbox wine cups + +To test this configuration with a pdf printer you will also need to install: +> cups-pdf + +Step 3. +Download DH POS software from keyhut.com + +Step 4. +Download inotprint.sh script from this repository. + +Step 5. +Start DOSBOX +> dosbox pos71j.exe + +Step 6. +Set up printer for the script. + +Step 7. +Set up your register settings. + +Step 8. +Make a sale. + +Step 9. +Profit!! -- GitLab