【客户端】【echoprint-codegen相关库等】【编译】

【大部可Refer to echoprint-codegen Readfile,不行 website】:

1)【CMake】 【用于生成makefile】

    1.1)download and install(注意只32位版,Win7下使用OK,小工具放到大盒子里是OK的,反之一般不行);

2)【zlib】

    2.1)download 

    2.2) 用CMake生成VS 2010 solution file(makefile);

    2.3)open VS slu,build,注意生成release zlib.dll;

3)【taglib

    3.1)download ;

    3.2) 用CMake生成VS 2010 solution file(makefile);

    3.3)open VS slu,build,注意生成release tag.dll;

4)【BOOST】

    4.1)download 【压缩包125MB左右】;

    4.2) 编译参考website;【cmd下生成bjam,使用bjam时置参数MSVC(即VS编译)等,命令行编译大约40min,bin.v2】;

5)【ffmpeg】

    5.1)download ;


你可能感兴趣的:(ffmpeg,taglib,zlib,boost,cmake)