Ctioga2

From UBC Wiki

Without root access and install into MESASDK

  1. Download ruby source from https://www.ruby-lang.org/en/installation/
  2. Unpack the source code where you want.
  3. Go to the source directory.
  4. Run "which gcc" to make sure that you are using the system gcc not the MESASDK one.
  5. Run "./configure --prefix=/$USER/mesasdk"
  6. Run "make"
  7. Run "make install"
  8. Now you have your own personal ruby installation within the MESASDK
  9. Run ". /$USER/setup.sh"
  10. Run "gem install ctioga2"
  11. Now ctioga2 is installed within the MESASDK.

With root access

If you do have Ruby and Ruby GEMS and root access, just run "sudo gem install ctioga2".