Revert "[3.0] Update README for dali-swig" 14/104414/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 08:38:00 +0000 (17:38 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 08:38:22 +0000 (17:38 +0900)
This reverts commit 079d7b7a7dc7d162cbecda37b44a28fc029306df.
Change-Id: I6657bf08cbc1c5b080ce3c951a642198259d7f75

plugins/dali-swig/README

index cfed355..6cc67c4 100644 (file)
@@ -1,25 +1,3 @@
-To add the Mono Project GPG signing key and the package repository (http://www.mono-project.com/docs/getting-started/install/linux/):
-
-sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
-echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
-sudo apt-get update
-
-To install Mono:
-
-sudo apt-get install mono-devel
-sudo apt-get install mono-complete
-sudo apt-get install referenceassemblies-pcl
-sudo apt-get install ca-certificates-mono
-
-To install SWIG:
-
-a) Download Swig-3.0.10 from http://www.swig.org/download.html
-b) Untar the files and refer "INSTALL" file to install Swig as mentioned below:
-  1) ./configure --with-csharp-compiler=/usr/bin/mcs 
-     (/usr/bin/mcs  is the mono compiler path from step 1)
-  2) make
-  3) sudo make install
-
 To build C# binding for Ubuntu desktop using SWIG for the first time:
 
 ./autogen.sh