From 71f167fa69972bb384944567c3e4a01e43b7694f Mon Sep 17 00:00:00 2001 From: Torsten Merz <mer114@sprint-ph.nexus.csiro.au> Date: Wed, 13 Mar 2019 21:36:53 +1100 Subject: [PATCH] changed and added README files --- examples/README | 7 ++++--- ui/README | 11 +++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 ui/README diff --git a/examples/README b/examples/README index 74cf4c3..07a0346 100644 --- a/examples/README +++ b/examples/README @@ -9,10 +9,11 @@ 1) install libxml2-dev -2) install the ESM tools and the SMI library (see README in root) +2) install the ESM tools and the SMI library (see README files in +ui and smi directories) -3) ensure the ui bin directory is in your environmnt path -(e.g. export PATH=$PATH:/home/aslab/lrs_esm/ui/bin) +3) ensure the ui binary directory is in your environmnt path +(e.g. export PATH=$PATH:/home/aslab/esm/ui/bin) 4) set env. variable SMI_LIB_DIR to target directory (e.g. export SMI_LIB_DIR=/usr/smi_lib) diff --git a/ui/README b/ui/README new file mode 100644 index 0000000..474d412 --- /dev/null +++ b/ui/README @@ -0,0 +1,11 @@ +Build: +1. enter ui directory +2. "qmake" +3. "make" +4. set PATH environment variable to ui/bin +5. install symbol.ttf font + +Run: +"esmeditor" +"esmeditor <filename>" +"make edit" (see makefiles in examples) -- GitLab