comparison DOCS/FREEBSD @ 1540:344c033c8239

Small update.
author atmos4
date Wed, 15 Aug 2001 21:12:51 +0000
parents 8ee4ab7de293
children
comparison
equal deleted inserted replaced
1539:cb6537d5d15e 1540:344c033c8239
4 1. To build the package you will need GNU make (gmake, /usr/ports/devel/gmake), 4 1. To build the package you will need GNU make (gmake, /usr/ports/devel/gmake),
5 native BSD make will not work. 5 native BSD make will not work.
6 6
7 2. To run mplayer you will need to re-compile the kernel with 7 2. To run mplayer you will need to re-compile the kernel with
8 "options USER_LDT" (unless you are running -CURRENT, where this is default). 8 "options USER_LDT" (unless you are running -CURRENT, where this is default).
9 If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it. 9 If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it
10 (FreeBSD-STABLE required, or use kernel patches).
10 11
11 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a 12 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a
12 symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom 13 symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom
13 14
14 4. There's no DVD support for FreeBSD yet. 15 4. There's no DVD support for FreeBSD yet.