Base 3.15 Release Series

This is the “Stable” release series.

Continuous Integration

The latest code from the 3.15 branch gets built and tested on a linux-x86_64 system whenever changes are committed to the Git repository at https://git.launchpad.net/epics-base. The build status for 64-bit Linux builds can be found here.

Point Releases

Each released version has its own page containing links to its documentation and the relevent files in the software download area. Released versions may have subsequent patch releases, which are documented under the parent version number

Platforms Supported

The following host platforms are supported in the latest release above:

  • GNU/Linux on Intel, PowerPC or ARM
  • MacOS X (Darwin) on Intel
  • MS Windows on x86 or x64 using MS Visual Studio, Cygwin, or MinGW
  • Solaris on sparc or x86, using Sun’s compiler or GCC

These IOC target platforms are currently supported:

  • GNU/Linux on Intel, PowerPC or ARM
  • MacOS X (Darwin) on Intel
  • MS Windows on x86 or x64
  • Solaris on sparc or x86
  • RTEMS releases up to 4.10.x on any previously supported CPU.
  • vxWorks 6.x on PowerPC or Intel CPUs.
  • vxWorks 5.5.x (Tornado 2.x) on any previously supported CPU.

Software Download

Tarfiles of released versions of Base can be retrieved from their respective release pages or from the table on the base download page.

The source code for all release branches of Base can be obtained using git by cloning the URL https://git.launchpad.net/epics-base — to check out just the 3.15 branch use this command:

git clone -b 3.15 https://git.launchpad.net/epics-base