From 5f9e5da9e955d40f9d6f9d726b407181b450b4b8 Mon Sep 17 00:00:00 2001 From: pradeep Date: Mon, 14 Dec 2015 21:06:14 -0500 Subject: [PATCH] Removed obselete sections from README --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 381f883e4..8ed419db1 100644 --- a/README.md +++ b/README.md @@ -80,20 +80,6 @@ Create a 5-by-3 matrix of random floats on the GPU ... ``` -## Issues - -You might see something along the lines of : - -```bash -dyld: Library not loaded: @rpath/libafopencl.3.dylib -``` - -You need to add the location of libaf.{dylib, so, dll} to your LD_LIBRARY_PATH. - -## Note - -This is a work in progress and is not intended for production use. - ## Acknowledgements The ArrayFire library is written by developers at [ArrayFire](http://arrayfire.com) LLC