Closed gtzampanakis closed 9 years ago
Wait, what did you do exactly? Update to 2.4.12?
Wait, what did you do exactly? Update to 2.4.12?
Updating to 2.4.12 was a nice side effect. But the reason why I went into this trouble was to make it easy to build freetype on Windows. I had a project (bookr) that was using freetype but I had trouble building it as it was in the psp-ports project. So I took it from the ps2sdk-ports project and adapted it. It now builds with a simple "make" command. I have been using it in my project with no issues.
I then thought I would submit this pull request in order to save the next guy some trouble.
Well, I'm too lazy to test, so let's say someone will complain if there's an issue. Hehe
-1 you removed autotools, this breaks freetype.sh!
@gtzampanakis This breaks a couple of things for people that use psplibraries repo.
Just created #24 which reverts my changes for which people complained.
(Only changes to the freetype directory were made).
The freetype library as it was looked like it wouldn't build (I tried and couldn't). Also, it had some complicated instructions. With the freetype included here I can build by merely typing "make". I can do so in MinGW and cygwin (the configuration provided is for MinGW).