Gentoo Archives: gentoo-osx

From: "Dirk Schönberger" <dirk.schoenberger@×××××××××.de>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Gentoo management system
Date: Sat, 11 Feb 2006 15:51:14
Message-Id: 007e01c62f22$658a6500$14b2a8c0@rincewind
In Reply to: Re: [gentoo-osx] Gentoo management system by Grobian
1 > > Given the presupposition that somebody got a clean build of qt-mac on
2 > > Gentoo-OSX, how difficult would be a basic ebuild?
3
4 > If you have the steps to get it compiled, creating an ebuild out of it
5 > should be not that hard. Most of the work is in getting the
6 > dependencies right, and making sure that it will work on more than just
7 > your own system.
8
9 So, to just get this started: I just successfully compiled qt-mac-free-3.3.5
10 on Mac OSX Tiger.
11 The build uses the standard ./configure && make && make install.
12 Important: you have to define the correct platform, with
13 "./configure -platform macx-g++"
14 The rest seems to be like on qt-x11.
15
16 According to the docs Qt prefers to be run in an app folder, but I got a
17 console application after specifying the correct DYLD_LIBRARY_PATH.
18
19 Regards
20 Dirk
21
22
23
24 --
25 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Gentoo management system "Dirk Schönberger" <dirk.schoenberger@×××××××××.de>