[MPlayer-users] MPlayer 0.50 on sparc solaris 8

Tomi Ollila Tomi.Ollila at sonera.com
Fri Oct 12 13:30:59 CEST 2001


Friday Oct 12 13:22:10 +0200 2001 Rojek, Tomasz <Tomasz.Rojek at siemens.pl> wrote:
> bash-2.03# make install
> if test ! -d /usr/local/bin ; then mkdir -p /usr/local/bin ; fi
> install -m 755 -s mplayer /usr/local/bin/mplayer
> if test ! -d /usr/local/man/man1 ; then mkdir -p /usr/local/man/man1; fi
> install -c -m 644 DOCS/mplayer.1 /usr/local/man/man1/mplayer.1

$ cp mplayer /usr/local/bin/mplayer
$ strip /usr/local/bin/mplayer
$ chmod 755 /usr/local/bin/mplayer

You probably don't have /usr/local/man in system manpath, so there
use copying the manual page.

I suggest `install.sh' is included into mplayer distribution and that
script is run w/ `make install'

> Tomasz Rojek


Tomi



More information about the MPlayer-users mailing list