Installation: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Pagelinks}}
{{Pagelinks}}


=== Installing MIDAS ===
== Install MIDAS ==
* mkdir $HOME/packages
* Logout and login again, for .cshrc or bash changes to take effect


* cd $HOME/packages
There are two sets of instructions for installing MIDAS:
* git clone https://bitbucket.org/tmidas/midas
* git clone https://bitbucket.org/tmidas/mxml
* (IF BITBUCKET IS DOWN) git clone -v --progress http://daq.triumf.ca/~daqweb/git/mxml.git
* (IF BITBUCKET IS DOWN) git clone -v --progress http://daq.triumf.ca/~daqweb/git/midas.git
* cd midas
* make
* (only if needed) make linux32 ### build the 32-bit MIDAS libraries on 64-bit machine
* ls -l linux/bin/odbedit ### check that odbedit has been created (do not run it yet)


If the simple procedure listed above does not work, see our [[Installation/Compilation problems|Common Installation Problems]].
* [[Quickstart Linux]]
* [[Setup_MIDAS_experiment|MIDAS installation instructions for TRIUMF experiments]]


=== Setup a MIDAS experiment ===
There is a page dealing with common problems:
See [[Setup_MIDAS_experiment|MIDAS installation instructions for TRIUMF experiments]] for further information.


=== Quick Start ===
* [[Installation/Compilation problems|Common Installation Problems]]
[[Quickstart Linux]]
 
There are pages dealing with Linux installation items specific to MIDAS, including the list of packages that should be installed to use MIDAS:
 
* RHEL/SL/CentOS Linux: http://www.triumf.info/wiki/DAQwiki/index.php/SLinstall
* Ubuntu Linux: http://www.triumf.info/wiki/DAQwiki/index.php/Ubuntu
 
For MacOS installation, please follow the Linux instructions.
 
For Windows installation, TBW.
 
There is also a [[Changelog|Changelog and upgrade guide]] for major releases.


[[Category:Installation]]
[[Category:Installation]]

Revision as of 11:24, 7 August 2019


Install MIDAS

There are two sets of instructions for installing MIDAS:

There is a page dealing with common problems:

There are pages dealing with Linux installation items specific to MIDAS, including the list of packages that should be installed to use MIDAS:

For MacOS installation, please follow the Linux instructions.

For Windows installation, TBW.

There is also a Changelog and upgrade guide for major releases.