McIDAS-X User's Guide
Version 2022.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Note: This section contains the instructions for preparing the mcidas account when installing McIDAS-X on Win10 in the single-user configuration. For the multi-user configuration instructions (or information about the two configuration options), return to the Configuration Options and Instructions and follow those instructions.
Each account in Windows 10 runs a separate instance of Ubuntu®. The single-user configuration requires two accounts in Ubuntu: the main user account (e.g., mcuser) and the mcidas account. The main user account is the account that is automatically logged in when an Ubuntu shell is started from Windows 10, and is the account used to run McIDAS-X. The mcidas account is created by the main user, and it is the account that is used to build and install the McIDAS-X software.
Complete the instructions in the two sections below, in order, to create and configure those accounts.
Complete the steps below to acquire and install Ubuntu and create the main user account. Then you will update the Linux package repositories and install the packages required to build McIDAS-X.
Type: sudo apt update
Type: sudo apt upgrade
Type: sudo apt install bison build-essential cmake csh flex gfortran
libncurses5 libncurses5-dev libx11-dev libxext-dev libxpm-dev libxt-dev
Complete the steps below to create and configure the mcidas account in Ubuntu.
Type: sudo useradd -s /bin/bash -U mcidas
Type: sudo passwd -d mcidas
(password expiry information changed is a normal response)
Type: sudo mkdir -p /home/mcidas
Type: sudo chown mcidas:mcidas /home/mcidas
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]