[RELEASE] Minimalist PSPSDK Addon

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
CHERTS
Posts: 15
Joined: Mon Oct 29, 2007 2:23 pm

[RELEASE] Minimalist PSPSDK Addon

Post by CHERTS »

Minimalist PSPSDK Addon - a set of additional tools, libraries, documentation and example programs for the Minimalist PSPSDK.

Minimalist PSPSDK Addon includes the following components:

Additional libraries: aalib, libAac, cppunit, libpng, libconfig, crypto++-5.5.2, hashlib++, libid3tag, libLZR, libOSL (fix), m33libs (libpspkubridge), SDL_net-1.2.7, SDL_rtf-0.1.0, SDL_config-1.2, SDL_rwlib, libvlf, TinyGL, libbmp, libchm, libexif-0.6.17, libgcrypt-1.4.3, gnutls-2.4.2, libgpg-error-1.6, libgsasl-0.2.28, unzip, libwmadec, unrar, libtga
Additional programs: bash.exe, cat.exe, find.exe, mShell.exe and many others.
Documentation for the libraries: cal3d, cppunit, libconfig, libcurl, libiconv
Examples of programs on the use of libraries: cpplibs, hashlib++, intraFont (fix), Jello, libaa, libcrypto++, libcurl, libMath, libmikmod, LUAtest, OSLib, PSPInfo_1.2, PSPInfo_1.3, SDL, SDL_rwlib, VLF Library

Home page
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

well thats cool. now how can i contact you because i want to find out where you got libtga libbmp, and other libraries
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

coolkehon wrote:well thats cool. now how can i contact you because i want to find out where you got libtga libbmp, and other libraries
It's not that hard. just searchin some linux package sites athers can simply be found using google. (http://packages.debian.org)
And some are posted in those forums. (libcrypto++ and hashlib++ came from me)


BTW You can remove aalib. no one uses it and it doesn't work.

EDIT:
Can run ./configure with bash.exe???

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
CHERTS
Posts: 15
Joined: Mon Oct 29, 2007 2:23 pm

Post by CHERTS »

jojojoris wrote:BTW You can remove aalib. no one uses it and it doesn't work.
aalib library works, see the example of C:\pspsdk\psp\sdk\samples\libaa\
jojojoris wrote:EDIT:
Can run ./configure with bash.exe???
yes, it is usual for mingw environment to run bash.exe within ./configure
Post Reply