Building a native (no X11) MacOSX binary: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Created page with 'This is work in progress. A lot of information can be found here: http://gtk-osx.sourceforge.net/')
 
No edit summary
Line 3: Line 3:
A lot of information can be found here:
A lot of information can be found here:
http://gtk-osx.sourceforge.net/
http://gtk-osx.sourceforge.net/
a jhbuild section for bluefish looks like this:
--------------------------------
<repository type="tarball" name="bluefish"
href="http://www.bennewitz.com/bluefish/stable/source/"/>
<autotools id="bluefish">
<branch module="bluefish-2.0.0.tar.bz2" version="2.0.0" repo="bluefish" md5="ac9b1e8ef6d5691718a0daa6c78d5618" size="3287346"/><dependencies>
<dep package="intltool"/>
<dep package="gtk+"/>
<dep package="glib"/>
<dep package="libxml2"/>
</dependencies>
<suggests>
<dep package="enchant"/>
<dep package="gucharmap"/>
</suggests>
</autotools>
----------------------------------

Revision as of 18:39, 8 March 2010

This is work in progress.

A lot of information can be found here: http://gtk-osx.sourceforge.net/

a jhbuild section for bluefish looks like this:


<repository type="tarball" name="bluefish"

href="http://www.bennewitz.com/bluefish/stable/source/"/>

<autotools id="bluefish"> <branch module="bluefish-2.0.0.tar.bz2" version="2.0.0" repo="bluefish" md5="ac9b1e8ef6d5691718a0daa6c78d5618" size="3287346"/><dependencies> <dep package="intltool"/> <dep package="gtk+"/> <dep package="glib"/> <dep package="libxml2"/> </dependencies> <suggests> <dep package="enchant"/> <dep package="gucharmap"/> </suggests> </autotools>