This shows you the differences between two versions of the page.
— |
getting_epic [2019/04/01 12:54] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====Getting EPIC===== | ||
+ | |||
+ | There are two current generations: EPIC4 and EPIC5. They are not generally interchangeable; you should use whichever one your script requires. Most OS distributions have EPIC4 and EPIC5 binary packages available. | ||
+ | |||
+ | EPIC, as shipped by us, only is released as source code, which you can get via HTTP, FTP and Git. The latest releases are available here: | ||
+ | |||
+ | * http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-2.1.1.tar.gz | ||
+ | * http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/epic4-2.10.7.tar.gz | ||
+ | |||
+ | =====Getting EPIC source via HTTP and FTP ===== | ||
+ | |||
+ | * http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ | ||
+ | * http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ | ||
+ | * ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ | ||
+ | * ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ | ||
+ | |||
+ | =====Getting EPIC source via GIT===== | ||
+ | |||
+ | The EPIC5 and EPIC4 source code repository is available through anonymous git: | ||
+ | * git clone http://git.epicsol.org/epic5.git | ||
+ | * git clone http://git.epicsol.org/epic4.git | ||