Difference between revisions of "Solaris"
Jump to navigation
Jump to search
Fcartegnie (talk | contribs) |
Fcartegnie (talk | contribs) |
||
Line 5: | Line 5: | ||
Some old packages exists [http://www.blastwave.org/jir/search.fam?qs=vlc] | Some old packages exists [http://www.blastwave.org/jir/search.fam?qs=vlc] | ||
− | ===== Requirements ===== | + | ===== Requirements ===== |
− | <pre> | + | <pre>CSWautoconf autoconf - an extensible package of M4 macros |
− | CSWautoconf autoconf - an extensible package of M4 macros | ||
(all) 2.65,REV=2009.11.30 | (all) 2.65,REV=2009.11.30 | ||
CSWautomake automake - GNU Makefile generator inspired by 4.4BSD make and include | CSWautomake automake - GNU Makefile generator inspired by 4.4BSD make and include | ||
Line 22: | Line 21: | ||
(sparc) 5.2,REV=2009.01.23 | (sparc) 5.2,REV=2009.01.23 | ||
− | </pre> | + | </pre> |
− | ===== Bootstrapping | + | ===== Bootstrapping ===== |
<pre>ACLOCAL_ARGS="-I /usr/local/share/aclocal/" | <pre>ACLOCAL_ARGS="-I /usr/local/share/aclocal/" | ||
Line 29: | Line 28: | ||
/usr/xpg4/bin/sh bootstrap | /usr/xpg4/bin/sh bootstrap | ||
− | </pre> | + | </pre> |
+ | ===== Configuring ===== | ||
+ | |||
+ | Using Sun Studio | ||
+ | <pre><code class="jive-code jive-java">./configure CCC=/opt/SUNWspro/bin/CC CC=/opt/SUNWspro/bin/cc | ||
+ | </code></pre> |
Revision as of 21:25, 13 January 2010
Build VLC on Solaris / OpenSolaris
Needs to be (maybe heavily) patched.
Some old packages exists [1]
Requirements
CSWautoconf autoconf - an extensible package of M4 macros (all) 2.65,REV=2009.11.30 CSWautomake automake - GNU Makefile generator inspired by 4.4BSD make and include (all) 1.10.3,REV=2009.12.09 CSWggettext ggettext - GNU gettext (sparc) 0.17,REV=2009.05.27 CSWgm4 gm4 - The GNU m4 implementation of the traditional Unix macro processor (sparc) 1.4.13,REV=2009.04.06 CSWiconv libiconv - GNU libiconv is a Unicode conversion library (sparc) 1.13.1,REV=2009.07.01 CSWlibtool libtool - Generic shared library support script (sparc) 1.5.26,REV=2008.12.22 CSWreadline readline - GNU readline (sparc) 5.2,REV=2009.01.23
Bootstrapping
ACLOCAL_ARGS="-I /usr/local/share/aclocal/" export ACLOCAL_ARGS /usr/xpg4/bin/sh bootstrap
Configuring
Using Sun Studio
<code class="jive-code jive-java">./configure CCC=/opt/SUNWspro/bin/CC CC=/opt/SUNWspro/bin/cc </code>