Dead Penguin - source code
Dead Penguin - source code
because it’s hard to do anything without it
I have created an SVN repository that contains the source code as it is at the moment, plus external links to all of the required libraries (a couple of included in the repository since they don’t use SVN and can’t be directly linked.)
At the moment you can use the included Makefile to build a test version for both OSX and Linux, or you can use the included XCode project file.
I will put some more effort into these instructions soon....
Basic Building Steps - using the Makefile (Linux or OSX)
1.svn co http://deadpenguin.org/svn/dp
2.cd dp/src
3.make
Basic Building Steps - using the XCode project (OSX)
1.svn co http://deadpenguin.org/svn/dp
2.cd dp/src
3.make externals
4.Open the DeadPenguin.xcodeproj file using XCode.
Running DeadPenguin (if built from the Makefile)
1, cd dp/build
2../dp
3.Use ‘j’ and ‘k’ to control the window, you’ll need to use a sample stream file or dvd image to play TV or DVD.
4..... more detail will follow.
Dead Penguin Source Code