Menu

Tree [r22] /
 History

HTTPS access


File Date Author Commit
 auxmpeg 2010-03-17 dmitrykos [r22] +++ some project reorganization, made it pure C
 CMakeLists.txt 2009-05-13 Kosuha [r21] +++ cmake: fixed MacOSX setting be visible unde...
 COPYING 2008-11-21 kosuha [r9] +++ fixed possible crash in Init method if 'cb_...
 README 2008-11-21 kosuha [r9] +++ fixed possible crash in Init method if 'cb_...
 build_8.sln 2008-05-17 kosuha [r4] +++ added Intel Compiler's 10.x tuned project f...

Read Me

 *  auxmpeg - dynamic-link library as wrapper for mpadec MPEG audio decoder
 *  Copyright (C) 2008 Dmitriy Kostjuchenko (DmitryKos@iauxsoft.com)

To compile library use CMake tool to create necessary makefiles or project files.

========
Windows:
========

If you do not have CMake installed, download it from URL: http://www.cmake.org/, install and run GUI.
From CMake GUI select path to auxmpeg library sources to directory with CMakeLists.txt. After
CMake completed configuration process you will get build directory with necessary project files depending on your
choice of compile build system.

========
Posix:
========

Use CMake to generate makefile. Configure and make.
bash > cmake -i
bash > make
bash > make install