X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=a152cde2616f9d5b1911df73f4996753ce30fab8;hb=e90146633530de55583e624197af2784e1ff86ca;hp=70a2301a215e2c61a310128915c25d88793f12f0;hpb=eba9a5841e6c9d0ec0c82366c4736323349e92b4;p=fdkaac.git diff --git a/README b/README index 70a2301..a152cde 100644 --- a/README +++ b/README @@ -4,11 +4,30 @@ fdkaac - command line frontend encoder for libfdk-aac Prerequisites ------------- -You need libfdk-aac, GNU autoconf and automake, and C compiler. -On Posix environment, you will also need GNU gettext (for iconv.m4). +You need libfdk-aac. +On Posix environment, you will also need GNU gettext (for iconv.m4) and +GNU autoconf/automake. + +How to build on Posix environment +--------------------------------- +First, you need to build libfdk-aac and install on your system. +Once you have done it, the following will do the task. +(MinGW build can be done the same way, and doesn't require gettext/iconv) -How to build ------------- $ autoreconf -i -$ ./configure -$ make +$ ./configure && make && make install + +How to build on MSVC +-------------------- +First you have to extract libfdk-aac source here, so that directory tree will +look like the following: ++- fdk-aac ---+-documentation +| +-libAACdec +| +-libAACenc +| : ++- m4 ++- missings ++- MSVC ++- src + +MSVC solution for Visual Studio 2010 is under MSVC directory.