Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
finstripwrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malo Rosemeier
finstripwrapper
Commits
37380145
Commit
37380145
authored
7 years ago
by
Malo Rosemeier
Browse files
Options
Downloads
Patches
Plain Diff
small fixes to docu
parent
e8fdc33b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-14
16 additions, 14 deletions
README.md
with
16 additions
and
14 deletions
README.md
+
16
−
14
View file @
37380145
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment