Skip to content
Snippets Groups Projects
Commit 37380145 authored by Malo Rosemeier's avatar Malo Rosemeier
Browse files

small fixes to docu

parent e8fdc33b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment