I've made a bash script to build all supported libs in svn, it can be handy, feel free to add it to main svn tree
without params it builds all libs specified in LIBS var inside the file,
with params it build selectively the chosen libs
http://oss.netfarm.it/psp/build_libs.sh
It works on bash, tested on linux, but it should work also in cygwin environment
Build script for psp sdk supported libs
updated the script version 0.2
changes:
http://oss.netfarm.it/psp/build_libs.sh
changes:
Code: Select all
# - Version 0.2 : * Check for gmake and fixes to work on NetBSD
# (and maybe also on non-GNU systems)
# * Removed bashism now it also works with sh
# * Moved SDL & co. as last targets
# * Fixed some stuff (logic deps)
@alexmae
:P
@All
Version 0.3
you may need to change libTremor/autogen.sh
line 30:
from:
to
:P
@All
Version 0.3
Code: Select all
# - Version 0.3 : * Added new targets ogg/vorbis/tremor/libbulletml
line 30:
from:
Code: Select all
(libtool) < /dev/null > /dev/null 2>&1 || {
Code: Select all
(libtool --version) < /dev/null > /dev/null 2>&1 || {