~jamesh/echoprint-codegen/trunk

« back to all changes in this revision

Viewing changes to windows/README.md

  • Committer: echoajohnson
  • Date: 2013-10-16 17:43:44 UTC
  • Revision ID: git-v1:bb636e42f39698792355d7a8538f4bf1f2f4bb2d
Updated link to ffmpeg

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
## Preliminary steps
6
6
 
7
 
1. Install CMake using the Win32 Installer: http://cmake.org/cmake/resources/software.html 
8
 
2. Download zlib: http://zlib.net/zlib-1.2.8.tar.gz ( 1.2.5 is no longer available, you will need to change where Visual C++ looks for the zlib files )
9
 
3. Download taglib: http://developer.kde.org/~wheeler/files/src/taglib-1.7.tar.gz
10
 
4. Download Boost: http://sourceforge.net/projects/boost/files/boost/1.46.1/
11
 
5. Uncompress zlib, taglib and boost into the echoprint-codegen directory
 
7
1. Install CMake using the Win32 Installer: http://cmake.org/cmake/resources/software.html
 
8
2. Download and install 7-Zip: http://www.7-zip.org/
 
9
3. Download zlib: http://zlib.net/zlib-1.2.8.tar.gz ( 1.2.5 is no longer available, you will need to change where Visual C++ looks for the zlib files )
 
10
4. Download taglib: http://developer.kde.org/~wheeler/files/src/taglib-1.7.tar.gz
 
11
5. Download Boost: http://sourceforge.net/projects/boost/files/boost/1.46.1/
 
12
6. Uncompress zlib, taglib and boost into the echoprint-codegen directory
12
13
 
13
14
## Dependencies
14
15
 
38
39
 
39
40
### FFmpeg
40
41
 
41
 
1. Download ffmpeg: http://ffmpeg.zeranoe.com/builds/
42
 
3. Uncompress and move somewhere
43
 
4. Update your path to include the ffmpeg\bin directory
 
42
1. Download ffmpeg: http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7z
 
43
2. Uncompress and move somewhere in your path or 
 
44
3. Update your path to include the ffmpeg\bin directory
44
45
 
45
46
## Compiling codegen
46
47