Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 68.44.113.145:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps

------------------------------------------------------------------------------
@@ -129,7 +129,9 @@
 cd jpeg-6b
 ./configure --enable-shared
 make
-make install install-lib install-headers
+make install 
+make install-lib 
+make install-headers
 cd ..
 }}}
 
@@ -227,6 +229,20 @@
 cd ..
 }}}
 
+== SDL Image ==
+
+ * Homepage: http://www.libsdl.org/projects/SDL_image/index.html
+
+ {{{
+wget http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.3.tar.gz
+tar xvzf SDL_image-1.2.3.tar.gz
+cd SDL_image-1.2.3
+./configure
+make
+make install
+cd ..
+}}}
+
 
 == PyGame 1.5.5 ==
 
@@ -236,6 +252,18 @@
 wget http://www.pygame.org/ftp/pygame-1.5.5.tar.gz
 tar xvzf pygame-1.5.5.tar.gz
 cd pygame-1.5.5
+python setup.py build
+python setup.py install
+cd ..
+}}}
+
+== Twisted ==
+
+ * Homepage: http://twistedmatrix.com/
+
+ {{{
+tar xvzf Twisted-1.1.1rc2.tar.gz
+cd Twisted-1.1.1rc2
 python setup.py build
 python setup.py install
 cd ..


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to