From 4114bcc851ed5c1544996c45c67a25287e690aee Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 21 Jan 2014 16:00:46 +1300 Subject: [PATCH] Convert README to README.rst for Github co-hosting --- README => README.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename README => README.rst (80%) diff --git a/README b/README.rst similarity index 80% rename from README rename to README.rst index c30ad67..a422b3b 100644 --- a/README +++ b/README.rst @@ -32,17 +32,18 @@ Gstreamer, including dev packages. OpenCV. On 32 bit x86 it is worth compiling it yourself for the SSE2 speed up. That comes for free with AMD64. -libjpeg-turbo. http://libjpeg-turbo.virtualgl.org. You might need to -symlink /usr/lib/libjpeg* to their counterparts in /opt/libjpeg-turbo -(I mean, I did, but I can't recall whether it was necessary in the -end). +libjpeg-turbo. http://libjpeg-turbo.virtualgl.org. In modern distros +it is already the default. In the old days you had to compile it +yourself and possibly symlink ``/usr/lib/libjpeg*`` to their +counterparts in ``/opt/libjpeg-turbo`` (I mean, I did, but I can't +recall whether it was necessary in the end). Compiling ========= -Try `make && make test`. There isn't an "install" target. -(`make test` uses "gst-launch-0.10 --gst-plugin-path=."). +Try ``make && make test``. There isn't an ``install`` target. +(``make test`` uses ``gst-launch-0.10 --gst-plugin-path=.``). Importing images -- 2.11.4.GIT