Introducing the psplibraries script.

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

Moderators: cheriff, TyRaNiD

Post Reply
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Introducing the psplibraries script.

Post by ooPo »

What does this do?

This script is basically the same as the toolchain scripts you've already enjoyed but this one grabs, builds and installs various libraries from the repository.

How do I use it?

./libraries.sh

Or:

sudo ./libraries-sudo.sh

What libraries are included?

Currently bzip2, freetype, jpeg, libbulletml, libmad, libmikmod, libogg, libpng, libpspvram, libTremor, libvorbis, lua, pspgl, pspirkeyb, SDL, SDL_gfx, SDL_image, SDL_mixer, SDL_ttf, sqlite and zlib.

They're compiled in the proper order to support more features, like the IR keyboard support recently added to SDL.

Where can I get it?

As always, the latest version is in the repository:

svn checkout svn://svn.ps2dev.org/psp/trunk/psplibraries

Enjoy!
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

good stuff ...is it possible to set which libs that a user
ONLY needs like say not make and install the sqlite which
many might not need right away
10011011 00101010 11010111 10001001 10111010
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

It doesn't take much time to build everything, but you can specify which steps you want, in the order you want, on the command line:

./libraries.sh 1 2 3 4 5
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

awesome good job
10011011 00101010 11010111 10001001 10111010
foebea
Posts: 9
Joined: Fri Mar 23, 2007 9:03 pm

Post by foebea »

Have I told you lately that I love you?

This script makes the library so much more accessible and portable.
TakutoKaneshiro
Posts: 4
Joined: Fri Sep 07, 2007 7:00 pm

Post by TakutoKaneshiro »

Good idea! Thanks!
But why this script tries to checkout from svn.pspdev.org? My DNS know nothing about it. If I edit it to svn.ps2dev.org, it works OK.

(Also I think, this thread must be sticked. Important info must be always on top)
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

I used pspdev.org? Crap. Brainfart.

I'll fix it.
SamuraiX
Posts: 76
Joined: Tue Jan 31, 2006 6:28 am
Location: USA
Contact:

Post by SamuraiX »

Installed on Ubuntu successfully!

I agree, threads like these should be stickied along with any other development setup aka Ubuntu, OSX, Cygwin, Dev-Cpp, etc....
Viper8896
Posts: 110
Joined: Thu Jan 26, 2006 6:20 pm

Post by Viper8896 »

SamuraiX wrote:I agree, threads like these should be stickied along with any other development setup aka Ubuntu, OSX, Cygwin, Dev-Cpp, etc....
im not a fan of stickys. there allways in the way on every page. i prefer one sticky like it is now and that should have a link to all the good stuff.

take a look here for an example of a real mess http://forums.qj.net/f-psp-development-forum-11.html/
Post Reply