Andreas Neustifter wrote:
On 18.05.2007, at 18:38, Martin Vermeer wrote:
On Fri, May 18, 2007 at 09:10:41AM -0600, Scott
Lambert wrote:
I downloaded and installed the binary version of Qt4
for the mac so
I wouldn't have to compile it. Can anyone tell me
what I should be
using for "/path/to/Qt4" as referenced in the build
instructions?
Everything I've tried gives me a "Qt library not
found" error. Do
I need to compile Qt4 from source in order to build
lyx?
No, but you do need the Qt4 headers, typically
provided by a
package named qt4-devel or similar.
Conclusion of my investigations:
The Qt/Mac Binary Distribution installs all its libraries and includes
in the framework style common to most Mac OS applications.
All the necessary stuff is there, I created a script (dirty, not quite
mature jet, can be improved) that extracts this file, resorts and
renames them and creates a folder with the classical lib and include
directories. I successfully compiled LyX with this created directory.
Does anyone think this is an interesting way to go for Mac users that
don't want to compile Qt for themselves? If yes, I will improve the
script to be more robust and flexible.
Why don't you use the CMake support instead? As a bonus it will generate
an XCode project for you... At least that's what I understood from
Stefan and Peter exchange.
Abdel.