Create a MacOS X App Bundle Using Homebrew: Difference between revisions

Jump to navigation Jump to search
(Created page with "==About== This tutorial explains how to build Octave.app (version >4) using [http://brew.sh Homebrew]. Most user should either download the binary or use a package manager as...")
 
Line 10: Line 10:


===Creating the App Bundle and Disk Image===
===Creating the App Bundle and Disk Image===
The following script will ask some questions, e.g. regarding the installation path ({{Codeline|/Applications/Octave.app}} is recommended) or whether Octave should be compiled with or without graphical user interface and finally whether a disk image should be created or not.
The following [https://raw.githubusercontent.com/schoeps/octave_installer/master/install_octave.sh script] will ask some questions, e.g. regarding the installation path ({{Codeline|/Applications/Octave.app}} is recommended) or whether Octave should be compiled with or without graphical user interface and finally whether a disk image should be created or not.
<pre>
<pre>
#!/bin/sh
#!/bin/sh
44

edits

Navigation menu