Installing CASP on Microsoft Windows, Linux and MacOS is simple and straight forward. This post shows how to install CASP on above three platforms.
Pre-Requisites
Desktop Computer or Laptop with following minimum operating system versions
- Microsoft Windows-10 (64-bit)
- Debian-11 (bullseye) based (64-bit): Typically Ubuntu-20.04 and BOSS-10 OS.
- macOS-11 (Big Sur)
Procedure for Installing CASP on Windows OS
- Download latest version of CASP setup file (zip file) from our official webpage.
- Extract the contents of the zip file and navigate through the extracted folder.
- Open ‘Readme.txt’ file from the extracted folder and follow the instructions given in the file. Typical steps include:
- Installing Microsoft Visual C++ Redistributables
- And running the CASP setup file to install CASP
- Installation may take a while as some of the CASP board support packages (BSPs) will also get installed along with CASP software.
- After successful install, CASP application folder is created in Windows Start menu along with a desktop icon.
Procedure for Installing CASP on Linux OS
- Download latest version of CASP setup file (zip file) from our official webpage.
- Extract the contents of the zip file and navigate through the extracted folder.
- Open ‘Readme.txt’ file from the extracted folder and follow the instructions given in the file. Typical steps include:
- Installing pre-requisites such as GCC compiler tool chain and other dependencies mentioned in the file from the terminal commands.
- Setting executable permissions to ‘casp_install.sh’ script file and running the file to install CASP.
- Installation may take a while as some of the CASP board support packages (BSPs) will also get installed along with CASP software.
- After successful install, CASP related icons are added to the operating system’s start menu. CASP will be installed in the home directory of the user.
Procedure for Installing CASP on macOS
- Download latest version of CASP setup file (dmg file) from our official webpage.
- Double click on the downloaded disk image file (.dmg) to mount the virtual disk.
- Browse the virtual disk to locate ‘casp_install’ file and double on it to start installing CASP. CASP will be installed in user’s ‘Applications’ directory. As such no administrative privileges are required during installation.
- Installation may take a while as some of the CASP board support packages (BSPs) will also get installed along with CASP software.
- After successful install, CASP icon is added to the operating system’s start menu.
- XCode Command Line Tools (CTL) are required to be installed for proper functioning of CASP. XCode CTL can be installed by typing ‘xcode-select –install’ in macOS terminal.
