Removed troubleshooting section from README 14/26114/3
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Sat, 16 Aug 2014 00:44:43 +0000 (01:44 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Sat, 16 Aug 2014 10:13:41 +0000 (11:13 +0100)
- libjpegturbo.so link created by dali_env script now.

Change-Id: Ia9ad48e71620ed75c72e98a844972ed6a23da4bf

README

diff --git a/README b/README
index 1f71860..ceb23a6 100644 (file)
--- a/README
+++ b/README
@@ -8,8 +8,6 @@ T.O.C.
  2.   Building for Ubuntu desktop
  2.1. Minimum Requirements
  2.2. Building the Repository
- 3.   Troubleshooting
- 3.1. JPEG Library Linking Errors
 
 
 
@@ -55,19 +53,3 @@ Then run the following commands:
  ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20
  make install -j8
 
-
-
-3. Troubleshooting
-==================
-
-3.1. JPEG Library Linking Errors
---------------------------------
-
-If you have linking problems with libjpeg, then you may have to create a symbolic link to the library:
-
- - Navigate to where the library is (for example /usr/lib/x86_64-linux-gnu).
- - Create a symbolic link:
-    sudo ln -s libjpeg.so.8 libjpeg.so
-    sudo chmod 777 libjpeg.so
-   (Change the version number of your libjpeg library accordingly)
-