@@ -36,11 +36,11 @@ Navigate to release **[page](https://github.com/vroncevic/flexlm/releases)** dow
3636To install ** flexlm** type the following
3737
3838``` bash
39- tar xvzf flexlm-3 .0.tar.gz
40- cd flexlm-3 .0
41- cp -R ~ /sh_tool/bin/ /root/scripts/flexlm/ver.3 .0/
42- cp -R ~ /sh_tool/conf/ /root/scripts/flexlm/ver.3 .0/
43- cp -R ~ /sh_tool/log/ /root/scripts/flexlm/ver.3 .0/
39+ tar xvzf flexlm-4 .0.tar.gz
40+ cd flexlm-4 .0
41+ cp -R ~ /sh_tool/bin/ /root/scripts/flexlm/ver.4 .0/
42+ cp -R ~ /sh_tool/conf/ /root/scripts/flexlm/ver.4 .0/
43+ cp -R ~ /sh_tool/log/ /root/scripts/flexlm/ver.4 .0/
4444```
4545
4646Self generated setup script and execution
@@ -57,7 +57,7 @@ Self generated setup script and execution
5757[setup] create symbolic link of App/Tool/Script
5858[setup] done
5959
60- /root/scripts/flexlm/ver.3 .0/
60+ /root/scripts/flexlm/ver.4 .0/
6161├── bin
6262│ ├── check_license.sh
6363│ ├── flexlm.sh
@@ -73,7 +73,7 @@ Self generated setup script and execution
7373 └── flexlm.log
7474
75754 directories, 10 files
76- lrwxrwxrwx 1 root root 42 Dec 3 19:35 /root/bin/flexlm -> /root/scripts/flexlm/ver.3 .0/bin/flexlm.sh
76+ lrwxrwxrwx 1 root root 42 Dec 3 19:35 /root/bin/flexlm -> /root/scripts/flexlm/ver.4 .0/bin/flexlm.sh
7777```
7878
7979Or You can use docker to create image/container.
@@ -82,15 +82,15 @@ Or You can use docker to create image/container.
8282
8383``` bash
8484# Create symlink for shell tool
85- ln -s /root/scripts/flexlm/ver.3 .0/bin/flexlm.sh /root/bin/flexlm
85+ ln -s /root/scripts/flexlm/ver.4 .0/bin/flexlm.sh /root/bin/flexlm
8686
8787# Setting PATH
8888export PATH=${PATH} :/root/bin/
8989
9090# Start Cadence License Server
9191flexlm
9292
93- flexlm ver.3 .0
93+ flexlm ver.4 .0
9494Wed Dec 3 07:36:18 PM CET 2025
9595
9696[check_root] Check permission for current session? [ok]
@@ -107,7 +107,7 @@ Wed Dec 3 07:36:18 PM CET 2025
107107 ░░ ░░░ ░░░░░░ ░░ ░░ ░░░ ░░░ ░░ ░░
108108
109109
110- Info github.io/flexlm ver.3 .0
110+ Info github.io/flexlm ver.4 .0
111111 Issue github.io/issue
112112 Author vroncevic.github.io
113113
@@ -159,7 +159,7 @@ More documentation and info at
159159
160160### Copyright and licence
161161
162- [ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3 .0 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
162+ [ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-4 .0 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
163163
164164Copyright (C) 2016 - 2026 by [ vroncevic.github.io/flexlm] ( https://vroncevic.github.io/flexlm )
165165
0 commit comments