微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Installing MDX on ubuntu for viewing results of roi_pac

  1. install g77 (refer to askubuntu.com)
    To install,first you need to download either the 32bit,or 64bit (click) g77.
    Open Terminal,and run the command(s) below:

For 32bit

tar -xzvf g77_x86_debian_and_ubuntu.tar.gz


cd  g77_x86_debian_and_ubuntu


chmod +x ./install.sh


./install.sh

For 64bit

tar -xzvf g77_x64_debian_and_ubuntu.tar.gz


cd  g77_x64_debian_and_ubuntu


chmod +x ./install.sh


./install.sh

run the command g77 to check

  1. install lesstif instead of motif
    run the command:

    sudo apt-get install lesstif2-dev

  2. install MDX
    run the command(s) below:

    tar -xvf mdx_NTR_35238_173_73.tar
    cd mdx_173_73
    mv Makemdx_g77 makefile

create a symbolic link for crt1.o and crti.o files

export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
sudo ln /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib/x86_64-linux-gnu/libgcc_s.so

make

run the command ./mdx to check

move the executable file mdx to $INT_BIN

  1. enjoy it.

原文地址:https://www.jb51.cc/ubuntu/355099.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐