octane.sh 392 B

12345678910111213141516
  1. #!/bin/bash
  2. fw_installed octane && return 0
  3. OCTANE_HOME=$IROOT/octane
  4. git clone https://github.com/simongui/octane.git
  5. cd $OCTANE_HOME
  6. # May 22nd, 2017
  7. git checkout 8c28b1b83f1aa2817a401a3e8437a0af4ec53c28
  8. make
  9. echo "export OCTANE_HOME=${OCTANE_HOME}" >> $IROOT/octane.installed
  10. echo -e "export PATH=\$OCTANE_HOME/build/:\$PATH" >> $IROOT/octane.installed
  11. source $IROOT/octane.installed