Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't use macports but it seems that jhbuild works for me. Below is the steps that I've done.</p> <ol> <li>download gtk-osx-build-setup.sh from: <code>https://raw.github.com/jralls/gtk-osx-build/master/gtk-osx-build-setup.sh</code> and save it to your home directory.</li> <li>fire up terminal and navigate to your home directory and run the command <code>sh gtk-osx-build-setup.sh</code></li> <li>the shell script will warn you that <code>~/.local/bin</code> isn't added to your environment variable to do this, edit your <code>.profile</code> file located at your home directory and <code>/Users/&lt;username&gt;/.local/bin</code> to your environment variable. to know more on how to edit this file check out: <code>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/</code></li> <li>after that, do a <code>~/.local/bin/jhbuild bootstrap</code> command. it will download and install some necessary utilities.</li> <li>download and install the beta version of the gtk+ osx framework at: <code>http://ftp.imendio.com/pub/imendio/gtk-osx/Gtk-Framework-2.14-LATEST.dmg</code></li> <li>before installing the <code>meta-gtk-osx-python</code>, you need to build and install some other packages that <code>jhbuild</code> doesn't install automatically, so what i did was i installed <code>libpng</code> by doing the command: <code>~/.local/bin/jhbuild build libpng</code></li> <li>you also need to install <code>libtiff</code> so do the command: <code>~/.local/bin/jhbuild build libtiff</code></li> <li>and also <code>gtk-doc</code> is needed so: <code>~/.local/bin/jhbuild build gtk-doc</code></li> <li>and finally you can now install <code>meta-gtk-osx-python</code> by doing a: <code>~/.local/bin/jhbuild build meta-gtk-osx-python</code></li> </ol> <p>Let me know if it works.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload