[opus] arm64 support
Vinay Nair
vinay.nair at novanet.net
Thu Mar 27 00:32:44 PDT 2014
Thanks! I'm sorry I am very limited knowledge. I tried to install autotools
using the following script, but I still get the error:
*Script*:
export build=~/devtools # or wherever you'd like to build
mkdir -p $build
cd $build
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz
tar xzf autoconf-2.68.tar.gz
cd autoconf-2.68
./configure --prefix=$build/autotools-bin
make
make install
export PATH=$PATH:$build/autotools-bin/bin
cd $build
curl -OL http://ftpmirror.gnu.org/automake/automake-1.11.tar.gz
tar xzf automake-1.11.tar.gz
cd automake-1.11
./configure --prefix=$build/autotools-bin
make
make install
cd $build
curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz
tar xzf libtool-2.4.tar.gz
cd libtool-2.4
./configure --prefix=$build/autotools-bin
make
make install
I think I'm missing out on setting some path.
On Thu, Mar 27, 2014 at 12:39 PM, Martin Storsjö <martin at martin.st> wrote:
> On Thu, 27 Mar 2014, Vinay Nair wrote:
>
> I am trying to generate the config and makefiles using ./autogen.sh on the
>> mac but get the following error:
>>
>> Can't exec "aclocal": No such file or directory at
>> /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
>>
>> autoreconf: failed to run aclocal: No such file or directory
>>
>>
>> How do I build opus from source? Am I missing some step?
>>
>
> Yes, you need to install autotools in order to regenerate the configure
> script.
>
> // Martin
--
Vinay Nair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20140327/67223cd6/attachment-0001.htm
More information about the opus
mailing list