Difference between revisions of "Download"
From EosPedia
(→Before you download or install) |
(→git users) |
||
Line 15: | Line 15: | ||
The used commands are given a short description on their meanings. | The used commands are given a short description on their meanings. | ||
+ | |||
+ | ==== Easiest Install(Suited to "use only" people) ==== | ||
+ | $ curl -L https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/install-eos.sh?export=raw > /tmp/install-eos.sh | ||
+ | $ curl -L https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/Eos_env?export=raw > /tmp/Eos_env | ||
+ | $ source /tmp/Eos_env | ||
+ | $ source /tmp/install-eos.sh | ||
+ | Set the directory to be installed in [/home/XXX/Eos]: XXX represents your home directory。If no change is needed, press return; Otherwise enter the name of your home directory. | ||
+ | Directory: /home/XXX/Eos | ||
+ | Do you have your git account for OSDN [Y|y or N|n] ?n If you have no OSDN account and would like to just use EOS, you do not have to input a reply. | ||
+ | Do you want to rewrite /home/Eos/.bash_prfile ? [Y|y or N|n] y Asking if the Environmental variables is needed. | ||
+ | Do you want to rewrite /home/Eos/.bashrc ? [Y|y or N|n] y | ||
+ | Cloning into '/home/XXX/Eos'... | ||
+ | ----- | ||
+ | Cloning into 'YYYYYYYYY'... YYYYYYYY can be different according to the environment of the host. | ||
+ | ----- | ||
+ | Setting an environment for Eos | ||
+ | Please check /home/Eos/.bash_profile. | ||
+ | You finished Eos installation. | ||
+ | |||
Revision as of 02:05, 10 May 2017
Contents
Before you download or install
OS-X(Mac) users
After you install the programs shown in EosOnMac, you download the necessary programs as shown below.
Linux users
After you install the programs shown inEosOnLinux, you download the necessary programs as shown below.
git users
git users can download from SourceForge.jp ([projects/eos]). Use of the git command is described in [sourceforge]. Below the commands used in "easy install" are summarized.
Easy Install (git version :For a "first time" user or a user very eager to use Eos for image processing)
The "first time" user can install the programs as described below.
The used commands are given a short description on their meanings.
Easiest Install(Suited to "use only" people)
$ curl -L https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/install-eos.sh?export=raw > /tmp/install-eos.sh $ curl -L https://osdn.jp/projects/eos/scm/git/base/blobs/master/env/Eos_env?export=raw > /tmp/Eos_env $ source /tmp/Eos_env $ source /tmp/install-eos.sh Set the directory to be installed in [/home/XXX/Eos]: XXX represents your home directory。If no change is needed, press return; Otherwise enter the name of your home directory. Directory: /home/XXX/Eos Do you have your git account for OSDN [Y|y or N|n] ?n If you have no OSDN account and would like to just use EOS, you do not have to input a reply. Do you want to rewrite /home/Eos/.bash_prfile ? [Y|y or N|n] y Asking if the Environmental variables is needed. Do you want to rewrite /home/Eos/.bashrc ? [Y|y or N|n] y Cloning into '/home/XXX/Eos'... ----- Cloning into 'YYYYYYYYY'... YYYYYYYY can be different according to the environment of the host. ----- Setting an environment for Eos Please check /home/Eos/.bash_profile. You finished Eos installation.
1. tarball [1]
2. git from SourceFoge [2]
$ git clone git://git.sourceforge.jp/gitroot/eos/base.git or $ git clone git://git.code.sf.net/p/eosforemimageprocessing/code eosforemimageprocessing-code
3. (PIONE) github or gem
3.1 gem (ruby)
$ gem install pione
3.2 git from github
$ git clone https://github.com/pione/pione.git