Ctioga2
Without root access and install into MESASDK
- Download ruby source from https://www.ruby-lang.org/en/installation/
- Unpack the source code where you want.
- Go to the source directory.
- Run "which gcc" to make sure that you are using the system gcc not the MESASDK one.
- Run "./configure --prefix=/$USER/mesasdk"
- Run "make"
- Run "make install"
- Now you have your own personal ruby installation within the MESASDK
- Run ". /$USER/setup.sh"
- Run "gem install ctioga2"
- 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".