#author("2018-09-18T14:27:02+00:00","default:sysosa","sysosa")
#author("2018-09-18T15:22:45+00:00","default:sysosa","sysosa")
本家様 [[http://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php/Eos>+http://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php/Eos]]

電子顕微鏡画像解析ソフトウェア


***インストール [#ie4916d8]
インストールファイルの入手

#code(nonumber){{
[root@c ~]# curl -L  https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/install-eos.sh?export=raw > install-eos.sh
[root@c ~]# curl -L  https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/Eos_env?export=raw > Eos_env

[root@c ~]# file install-eos.sh
install-eos.sh: ASCII text

[root@c ~]# file Eos_env
Eos_env: Bourne-Again shell script, ASCII text executable, with very long lines

[root@c ~]#
}}

っで入れてみる
#code(nonumber){{
[root@c ~]# source Eos_env

[root@c ~]# env |grep -i EOS
DYLD_FALLBACK_LIBRARY_PATH=/root/Eos/hostdepend/X86LINUX64/util/X86LINUX64/lib:/root/Eos/(略
DISPLAY2_HOME=/root/Eos/bin/wish
LD_LIBRARY_PATH=/opt/intel/compiler70/ia32/lib:/root/Eos/hostdepend/X86LINUX64/util/X86LINUX64/lib:(略
EOS_HOST=x86Linux64
TCL_LIBRARY=/root/Eos/hostdepend/X86LINUX64/util/X86LINUX64/lib/tcl8.4
PVM_ROOT=/root/Eos/util/srcAny/pvm3
EOS_GITUSER=
EOS_MIRROR_SITE=/root/EosMirror
EOS_HOSTDIR=X86LINUX64
EOS_SOURCEFORGE=cvs.sourceforge.jp:/cvsroot/eos
EOS_CVSROOT=:pserver:(略
XPVM_ROOT=/root/Eos/util/srcAny/pvm3/xpvm
EOS_HOME=/root/Eos
[root@c ~]# source install-eos.sh
Set the directroy to be installed [/root/Eos]: /Appl/Eos  <--インストール先を提示
Directory: /Appl/Eos
Do you have your git account for OSDN [Y|y or N|n] ?n
Do you want to rewrite /root/.bash_prfile ? [Y|y or N|n] n
Do you want to rewrite /root/.bashrc ? [Y|y or N|n] y
Cloning into '/Appl/Eos'...
remote: Counting objects: 21849, done.
remote: Compressing objects: 100% (16440/16440), done.
remote: Total 21849 (delta 5805), reused 19322 (delta 4959)
Receiving objects: 100% (21849/21849), 65.56 MiB | 439.00 KiB/s, done.
Resolving deltas: 100% (5805/5805), done.
Checking out files: 100% (25427/25427), done.
No .Eos_env
hostdepend for X86LINUX64
Cloning into 'X86LINUX64'...
remote: Counting objects: 14319, done.
remote: Compressing objects: 100% (8141/8141), done.
remote: Total 14319 (delta 5236), reused 11656 (delta 4119)
Receiving objects: 100% (14319/14319), 707.75 MiB | 433.00 KiB/s, done.
Resolving deltas: 100% (5236/5236), done.
Checking out files: 100% (16915/16915), done.
Setting an environment for Eos
Before you use Eos,
source $EOS_HOME0/env/Eos_env
  or
You should rewrite /root/.bash_profile by yourself to execute /Appl/Eos/env/Eos_env.
Please check /root/.bash_profile.
You finished Eos installation.
[root@c ~]#
}}
1

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS