diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-05 17:27:35 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-05 17:27:35 +0000 |
commit | f35637d21c9c9e962ff110b644b155554c692f86 (patch) | |
tree | 29cf3da1b72e4e8f4f0b406200060c87d274d7de | |
parent | 388a665982919d5a84e4afd97afc55d431c51c5f (diff) |
/dev/svga* creation instructions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11023 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/video.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index fee43ea189..60a8e4f39e 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1409,6 +1409,11 @@ Alternatively, you can use a special kernel module, like this: directory if you've downloaded the source from the svgalib site) and insmod it. </para></step> <step><para> + To create the neccessary devices in the <filename class="directory">/dev</filename> + directory, do a <screen>make device</screen> in the <filename class="directory">svgalib_helper</filename> + dir, as root. + </para></step> +<step><para> Move the <filename class="directory">svgalib_helper</filename> directory to <filename class="directory">mplayer/main/libdha/svgalib_helper</filename>. </para></step> |