From 37380145c48dac390706b0a152bdfe3c8202f5b5 Mon Sep 17 00:00:00 2001 From: Malo Rosemeier <malo.rosemeier@iwes.fraunhofer.de> Date: Fri, 21 Jul 2017 12:13:39 +0200 Subject: [PATCH] small fixes to docu --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 74db942..2d66b73 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ FINSTRIPWrapper wraps WMC's [FINSTRIP](https://wmc.eu/bladknik.php) (FINite STRI ## FINSTRIP * Obtain license from Knowledge Centre WMC * Copy bundle of FINSTRIP files into your directory of preference, e. g. `/home/mrosemeier/finstrip/`: -```bash + +``` FINSTRIP.EXE hasp_rt.exe @@ -44,40 +45,41 @@ msvcr80.dll ``` * install wine -```bash -sudo -E apt-add-repository ppa:ubuntu-wine/ppa # add -E if you are behind a proxy - -sudo apt-get update -sudo apt-get install wine1.8-amd64 +```bash +$ sudo -E apt-add-repository ppa:ubuntu-wine/ppa # add -E if you are behind a proxy +$ sudo apt-get update +$ sudo apt-get install wine1.8-amd64 ``` * install missing dll mfc42 via winetricks ```bash -winetricks +$ winetricks ``` * install Sentinel HASP (at least version 7.55), download from https://sentinelcustomer.gemalto.com/sentineldownloads/ * Sentinel HASP,LDK Script for Linux 32-bit Compatibility Packages * Sentinel HASP LDK Ubuntu, DEB Run-time Installer * add license server to `/etc/hasplm/hasplm.ini`, e. g.: -```bash + +``` serveraddr = 10.16.51.84 ``` * start aksusb service -```bash -sudo service aksusbd start -sudo service aksusbd status +```bash +$ sudo service aksusbd start +$ sudo service aksusbd status ``` * check if license dongle is reachable via http://localhost:1947/_int_/devices.html * add FINSTRIP executable to wine's PATH + ```bash -wine regedit +$ wine regedit HKEY\_CURRENT\_USER/Environment @@ -86,12 +88,12 @@ PATH = z:\\\home\\\mrosemeier\\\finstrip\\\ * start finstrip ```bash -wine finstrip +$ wine finstrip ``` * to ommit popup windows in batch run install xvfb: ```bash -sudo apt-get install xvfb +$ sudo apt-get install xvfb ``` * execute finstrip in batch mode using -- GitLab