Daala MinGW64 Environment: Difference between revisions
Jump to navigation
Jump to search
m (tried to codify and format stuff) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Debian Jessie (jenkins)== | ==Debian Jessie (jenkins)== | ||
=== libogg 1.3.2 === | === libogg 1.3.2 === | ||
<code> | <code> | ||
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ||
Line 7: | Line 7: | ||
=== SDL 1.2.15 === | === SDL 1.2.15 === | ||
<code> | <code> | ||
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ||
Line 13: | Line 12: | ||
=== check 0.9.14 === | === check 0.9.14 === | ||
<code> | <code> | ||
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/ | ||
</code> | </code> |
Revision as of 01:33, 10 April 2015
Debian Jessie (jenkins)
libogg 1.3.2
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/
SDL 1.2.15
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/
check 0.9.14
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/