pspdev / psp-ports

A collection of open source software ported to the PSP.
100 stars 37 forks source link

Verified that the freetype build works on MinGW. #17

Closed gtzampanakis closed 9 years ago

gtzampanakis commented 9 years ago

(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).

artart78 commented 9 years ago

Wait, what did you do exactly? Update to 2.4.12?

gtzampanakis commented 9 years ago

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.

artart78 commented 9 years ago

Well, I'm too lazy to test, so let's say someone will complain if there's an issue. Hehe

xantares commented 9 years ago

-1 you removed autotools, this breaks freetype.sh!

davidgfnet commented 9 years ago

@gtzampanakis This breaks a couple of things for people that use psplibraries repo.

gtzampanakis commented 9 years ago

Just created #24 which reverts my changes for which people complained.