Install the Software
Step 1: Get Your Machine ID (for non-trial use)
# Make the script runnable:
chmod +x get_machine_id.sh
# Run it:
./get_machine_id.sh
What this does: Shows a unique number for your computer. Send this number to your software provider.
Step 2: Install Your Software Package
You should have received a file that looks like calibration_software_CUSTXXX.tar.gz
# Replace CUSTXXX with your actual file name:
tar -xzf calibration_software_CUSTXXX.tar.gz
# Run the installer:
./install.sh
What this does: Unpacks your software and installs it on your computer.
Last updated