Disclaimer
The SELENA and RISe tools are distributed in the hope that they will be useful but WITHOUT ANY WARRANTY. More specifically:
THE PROGRAMS ARE PROVIDED ``AS-IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANY OF THE AUTHORS AND/OR THE RESEARCH INSTITUTE NORSAR, NORWAY, BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER OR NOT THE AUTHORS OF THE SELENA-RISE OPEN RISK PACKAGE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND/OR ON ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Download
The SELENA and RISe softwares and their corresponding source codes can be downloaded here:
http://sourceforge.net/projects/selena/files/
If you want to compile the development code from the SVN repository you first need to install a subversion (svn) client. On Windows one can, for example, use TortoiseSVN, which integrates into the Windows file browser. On Linux there exist several GUI-based front ends to svn like, for example, KDESvn, RapidSVN or eSvn. One can also use the command line client.
To download the development code one need to do a svn checkout. First create a folder for the SELENA code, say
selena_sourceforge and go to that folder. Then, using the command line client, type
$ svn checkout https://selena.svn.sourceforge.net/svnroot/selena/selana/trunk
at the shell command line. This will download all the source code, user manual files etc. If you are using a GUI
client then choose the checkout menu/button in the particular GUI client that you are using. For example, if you are
using TortoiseSVN on Windows then right-click on the selena_sourceforge folder that you just created,
select the SVN Checkout menu item, and add the path
https://selena.svn.sourceforge.net/svnroot/selena/selena/trunk
in the URL or Repository line. Then click on the OK-button and the files should start downloading.
The source code can be found in the trunk/src folder.
The corresponding svn paths for RISe are:
$ svn checkout https://selena.svn.sourceforge.net/svnroot/selena/rise/trunk
and
https://selena.svn.sourceforge.net/svnroot/selena/rise/trunk
respectievly.
Dependencies
SELENA needs the GNU Scientific library (GSL) and the Qt cross-platform application and UI framework (for the SELENA GUI). For RISe the .NET framework (Windows) or the mono framework (Linux/Unix) need to be installed. See the corresponding user manuals for further installation instructions.
01.07.2010 - fl