remove obsolete compile info
authorsheepluva
Wed, 16 Dec 2015 23:14:54 +0000
changeset 687 fe70504acfc2
parent 686 9971f0387cd3
child 688 d9fc58ac04f2
remove obsolete compile info
VideoRecorder.wiki
--- a/VideoRecorder.wiki	Mon Dec 14 10:35:56 2015 -0500
+++ b/VideoRecorder.wiki	Wed Dec 16 23:14:54 2015 +0000
@@ -1,39 +1,4 @@
-#summary How to compile/use video recorder
-
-= How to compile? =
-
-Source is available at http://code.google.com/r/stepik-777-videorec/source/checkout
-
-To compile it you will need the following libraries:
-
- # libavcodec, libavformat, libavutil.
- # freeglut or glut.
-
-*For Linux* the following command should be enough:
-
- _apt-get install libavcodec-dev libavformat-dev libavutil-dev freeglut3-dev_
-
-*For Windows*:
-
-1. ffmpeg/libav
-
- ffmpeg download page (http://ffmpeg.org/download.html) recommends to download wibdows binaries from http://ffmpeg.zeranoe.com/builds/
-
- You will need shared and dev builds.
-
- Put *avcodec-54.dll*, *avformat-54.dll* and *avutil-51.dll* from shared build to your hedgewars bin directory.
-
- Put *libavcodec.dll.a*, *libavformat.dll.a*, *libavutil.dll.a* from dev build to _<your local clone>\misc\winutils\lib_ 
-
- Put include directories (only *libavcodec*, *libavformat* and *libavutil*) from dev build to _<your local clone>\misc\winutils\include_
-
- You can also try libav (http://www.libav.org/download.html) instead of ffmpeg, it should work, but their windows binaries are unreasonably large.
-
-2. glut
-
- This page (http://wiki.freepascal.org/OpenGL_Tutorial) suggests to download glut from here: http://user.xmission.com/~nate/glut.html
-
- Just put *glut32.dll* from *glut-3.7.6-bin.zip* to your hedgewars bin directory.
+#summary How to use video recorder
 
 = How to use it? =