Re: Development of Video on Pipmak
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2009-07-18 10:05:33
|
valerian.g writes: > I have started to get the SVN version of Pipmak and began to install it > following the wiki page made by Andrea Viarengo. So you're using MS Visual Studio? As you can see, we currently don't have VS projects in SVN. If you get yours into a sufficiently generic state to run on anyone's computer (no hardcoded absolute paths etc.), I'd be interested in including it. > Are the version of library describe in the wiki, the ones we must use, > because they are not the latest version and for the moment I take the > latest. Let me check - I haven't updated any of my libraries since the last release. Pipmak 0.2.7 was built with SDL 1.2.13, SDL_image 1.2.6, SDL_ttf 2.0.9, PhysicsFS 1.0.1, Lua 5.0.3, OpenAL 1.1, libogg 1.1.3, libvorbis 1.2.0. Current versions (where different) are SDL_image 1.2.7, PhysicsFS 1.0.2 (2.0.0 may or may not work - but thanks for bringing it to my attention, it seems to have some useful new features!), libogg 1.1.4, libvorbis 1.2.3. These all seem to be minor updates and should work. Don't use Lua 5.1, it has a few syntactic changes compared to 5.0 and I intend to switch to it with Pipmak 0.3. -Christian |