octane.sh 397 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. # December 21st, 2016
  7. git checkout 04c95e3ff650b9d8f06e84f9c135b7c6a9ad4eb6
  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