C壳和台面安装

C壳和台面安装

我正在尝试按照以下说明安装 mesastar: http://user.astro.wisc.edu/~townsend/static.php?ref=mesasdk

我没有先决条件中的 C Shell。

我有 Linux mint 并尝试过

sudo apt-get install csh

sudo apt-get install tcsh

然而,仍然缺少C Shell。

安装时有以下步骤:

设置SDK路径:

For the C shell: setenv MESASDK_ROOT ~/mesasdk
For the Bourne shell: export MESASDK_ROOT=~/mesasdk

初始化SDK(同时检查兼容性):

For the C shell: source $MESASDK_ROOT/bin/mesasdk_init.csh
For the Bourne shell: source $MESASDK_ROOT/bin/mesasdk_init.sh

MESASDK_ROOT 应该替换为我的名字 (whoami) 吗?我应该只运行一个选项吗?非常感谢。

相关内容