Re: Run the svn on Mac OS X
Wolf Stephan Kappesser <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
I have build an AbiWord.app for the svn for Mac OS X 10.8.2. Please try the dmg file on http://www.boringgames.de/download/AbiWord.dmg . I need to now if all needed libs are in the app folder. Greets Am 05.01.2013 um 01:46 schrieb Wolf Stephan Kappesser <[email protected]>: > > Hello, > > the newest svn works with Mac OS X 10.8.2 on my system. > You need: > > 1. XQuartz.app (the new X11.app supported from Apple, use google or wikipedia) > 2. All packages to install the UNIX version (gtk3); I used MacPorts therefore. > 3. The svn sources from AbiWord > > At last I exchange the following line in configure (dirty hack): > > case ${host_os} in > *darwin*) > PLATFORM="unix" > TOOLKIT="gtk" #"cocoa" > > Now I run > ./configure CPPFLAGS=-I/opt/X11/include --> the flag is needed for the XQuartz > make -j2 > sudo make install > abiword > > The App is a little slow and not tested yet, but the first impression will give me hope :) > > Greets > Wolf > >