Re: build Abiword on Mac

Kousik Kumar <[email protected]> Sun, 5 May 2013 21:00:17 +0530
Newsgroups gmane.editors.abiword.devel
Message-ID <CADQu=zHCvJBiSqa7vEnzFX29MPyTvpqjq7gesO5gbzEnmd9Mqw@mail.gmail.com>
Currently it builds but there is too much lag while using it. There is
a script called "build_osx_release.py" in the tools directory. It is
"supposed" to give a universal executable but it still has plenty of
bugs. You can read the script to get an overview of the entire
process.

In short, yes, you have to install MacPorts and get the above
dependancies. And then you can configure and compile it as mentioned
in http://www.abisource.com/wiki/Compiling_AbiWord_on_Mac.

On Sun, May 5, 2013 at 6:48 PM, joe joe <[email protected]> wrote:
>
> Hi all,
>
> I am Joe, I am applying the Table improvement idea on GSoc.
> One of the mentors (Pradeenban) advise me to test this feature on all
> platform in the future. I have built Abiword on Windows and Linux. I
> am now learning to build Abiword on MacOS.
>
> I am following the link http://www.abisource.com/wiki/Compiling_AbiWord_on_Mac
>
> I found that using AbiMacSDK doesn't work.
>
> so I should download the following packages using macport,right? MacOS
> experts can give me a hand, thanks
> cairo +quartz+no_x11
> pango +quartz+no_x11
> fribidi
> libgsf +no_gnome
> redland
> wv +no_x11
> enchant
> boost
>
>
> Joe