1
Mac / Re: Still no head objects in latest dev PPC build?
« on: October 08, 2011, 02:57:01 pm »
Where I have got with Solaris so far is compiling all the library dependencies thus:
SOme of these already exist in Solaris in various forms, but my aim is to compile a relocatable package
with as few external dependencies as possible.
This is for SPARC Solaris 10, BTW. I am hung up on some OpenGL libraries, that I think are missing
but I am unsure what to do yet. So, I have all my support libs done, but no OpenGL support yet.
I might give lua a go - is the lua AI going away in UFO? If so, I will look at something else.
Thanks for the git advice - I am old school and just used to tarballs and rcs style stuff. I do not have a lot of
time to work on these things and git is <ahem> not a career path I have intended to adopt..... ...I only really
want to learn enough about it to maintain what I have downloaded....
rachel
Code: [Select]
libasprintf.so libiconv.so libSDL.so
libbz2.so libidn.so libsmpeg.so
libcharset.so libintl.so libssl.so
libcrypto.so libjpeg.so libstdc++.so
libcurl.so libmenu.so libtheora.so
libFLAC.so libmikmod.so libtheoradec.so
libFLAC++.so libncurses.so libtheoraenc.so
libform.so libogg.so libtiff.so
libfreetype.so libpanel.so libtiffxx.so
libgettextlib-0.18.so libpng.so libvorbis.so
libgettextlib.so libpng15.so libvorbisenc.so
libgettextpo.so libreadline.so libvorbisfile.so
libgettextsrc-0.18.so libSDL_image.so libxml2.so
libgettextsrc.so libSDL_mixer.so libz.so
libhistory.so libSDL_ttf.so preloadable_libiconv.so
SOme of these already exist in Solaris in various forms, but my aim is to compile a relocatable package
with as few external dependencies as possible.
This is for SPARC Solaris 10, BTW. I am hung up on some OpenGL libraries, that I think are missing
but I am unsure what to do yet. So, I have all my support libs done, but no OpenGL support yet.
I might give lua a go - is the lua AI going away in UFO? If so, I will look at something else.
Thanks for the git advice - I am old school and just used to tarballs and rcs style stuff. I do not have a lot of
time to work on these things and git is <ahem> not a career path I have intended to adopt..... ...I only really
want to learn enough about it to maintain what I have downloaded....
rachel