How can I change the path where Polyspace is installed on a Unix based OS?

1 view (last 30 days)
The Polyspace installed will not let me choose where to install Polyspace on the Unix installer. How can I change the installation path when installing Polyspace on Unix based OS?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 2 Feb 2011
The installation folder is hardcoded in the Polyspace installer. To change the installation folder you will need to change two variables in the Polyspace installer (install.sh). Namely, you will need to change:
./lib/base.mk:IABC_COMMON_FOLDER=
./lib/base.mk:IABC_LICENSE_FOLDER=
to the desired installation folder. Once changed, if you run the installer, it will install Polyspace in the desired location.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

No release entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!