comparison DOCS/FREEBSD @ 1177:f2516027a346

FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>
author arpi_esp
date Thu, 21 Jun 2001 00:06:40 +0000
parents 162a78d3cc08
children 8ee4ab7de293
comparison
equal deleted inserted replaced
1176:229a54d7e338 1177:f2516027a346
2 ======================= 2 =======================
3 3
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. Configure script is different for FreeBSD; use configure.FreeBSD instead. 7 2. To run mplayer you will need to re-compile the kernel with
8
9 3. To run mplayer you will need to re-compile the kernel with
10 "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).
11 9
12 4. There's no VCD (well, it is not finished) or DVD support for FreeBSD yet. 10 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a
11 symbolic link : ln -s /dev/<your_cdrom_device> /dev/cdrom
12
13 4. There's no DVD support for FreeBSD yet.
13 Feel free to add them :-) 14 Feel free to add them :-)
14 15
15 Enjoy (as do I)! 16 Enjoy (as do I)!
16 17
17 -- 18 --