I'm having a bit of trouble implementing the "--without-freetype" option in creating my own Darwine build (notably, so I can bypass the OpenGL problem). How do I implement the option?
zeroroach wrote:> I'm having a bit of trouble implementing the "--without-freetype" option in creating my own Darwine build (notably, so I can bypass the OpenGL problem). How do I implement the option?Code: ./configure --without-freetype However keep in mind that most likely will break all text in Wine. On the side not, why do you think it's related to OpenGL problem? And what kind of problem?
Well, that's the thing: I did do a ./configure of fontforge (which I'm assuming includes freetype) and make && make install, and wine still can't detect the freetype. Maybe some other suggestions or perhaps point out what I am missing here would be helpful. (If freetype is something other than fontforge, feel free to point that out. I'm still not used to this).
zeroroach wrote:> Well, that's the thing: I did do a ./configure of fontforge (which I'm assuming includes freetype) and make && make install, and wine still can't detect the freetype. Maybe some other suggestions or perhaps point out what I am missing here would be helpful. (If freetype is something other than fontforge, feel free to point that out. I'm still not used to this).http://en.wikipedia.org/wiki/Freetype http://en.wikipedia.org/wiki/Fontforge