diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 11:27:16 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 11:27:16 +0000 |
commit | 6f28c3500baaf183cdf932475059e4b3d40a2a60 (patch) | |
tree | e7c7360bef049ad03db0da6182f42a960a74b5f9 /DOCS/xml/en | |
parent | 7df31bf8d2ed57dad7108928d831c89bcbf5b16e (diff) |
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28420 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/ports.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 7723eff1ae..048a8ba224 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -183,6 +183,13 @@ adjustments to make the build work. <title>Solaris</title> <para> +Solaris still has broken, POSIX-incompatible system tools and shell in default +locations. Until a bold step out of the computing stone age is made, you will +have to add <filename>/usr/xpg4/bin</filename> to your +<systemitem>PATH</systemitem>. +</para> + +<para> <application>MPlayer</application> should work on Solaris 2.6 or newer. Use the SUN audio driver with the <option>-ao sun</option> option for sound. </para> |