Daala and Cygwin

From XiphWiki
Revision as of 13:25, 14 April 2015 by Wiak (talk | contribs) (Created page with "CC-BY [http://nwgat.ninja/compiling-daala-on-cygwin/ nwgat] '''Install Cygwin x64 with wget''' https://cygwin.com/setup-x86_64.exe '''Install apt-cyg''' wget rawgit.com/Xa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CC-BY nwgat


Install Cygwin x64 with wget

https://cygwin.com/setup-x86_64.exe

Install apt-cyg

wget rawgit.com/XadillaX/apt-cyg/master/apt-cyg

install apt-cyg /bin

Install Packages

apt-cyg install gcc-core make pkg-config autoconf automake libtool libogg-devel libpng-devel libjpeg-devel check git

Compile Daala

git clone https://git.xiph.org/daala.git

cd daala

./autogen.sh

./configure --disable-player

make -j22

make tools


if the compile fail try commenting out

CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wno-parentheses -Wno-long-long -Wno-overlength-strings $CFLAGS"

CC_CHECK_CFLAGS_APPEND([-U__STRICT_ANSI__])

with # on front of the lines in configure.ac file


Note: make tools will fail, sdl is missing