Installation: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
Line 1: Line 1:
  {{Pagelinks}}
  {{Pagelinks}}


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


* cd $HOME/packages
* 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]].
If the simple procedure listed above does not work, see our [[Installation/Compilation problems|Common Installation Problems]].

Revision as of 15:56, 19 May 2016



If the simple procedure listed above does not work, see our Common Installation Problems.

Setup a MIDAS experiment

See MIDAS installation instructions for TRIUMF experiments for further information.

Quick Start

Quickstart Linux