McIDAS-X User's Guide
Version 2024.1

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


Preparing the Workstation (Multi-User Configuration)

Note: This section contains the instructions for preparing the workstation when installing McIDAS-X on Windows in the multi-user configuration. For the single-user configuration instructions or information about the two configuration options, return to the Configuration Options and Instructions and follow those instructions.

Complete the instructions below to update and install WSL 2, Ubuntu, and the Linux packages required to build McIDAS-X.

  1. Open a PowerShell window. Enable and install WSL 2 and Ubuntu by completing the instructions in Prerequisites and Install WSL Command at Microsoft's How to install Linux on Windows with WSL. Administrator access is required, and a restart may be required after Linux is installed.

    Type:  wsl --install

    • This command only works if WSL is not installed at all. If you run wsl --install and see the WSL help text, proceed to the next command.

    Type:  wsl --install -d Ubuntu-22.04


  2. In an Ubuntu shell while logged in as the user you created in the previous step (e.g., mcuser), run the three sudo commands below (the last is all one line) to update the Linux package repositories and to install the packages required to build McIDAS-X.
  3. Type:  sudo apt update
    Type:  sudo apt upgrade
    Type:  sudo apt install autoconf automake bison build-essential cmake csh flex gfortran g++ libncurses5 libncurses5-dev libx11-dev libxext-dev libxpm-dev libxt-dev texinfo xfonts-base


[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]