tizen: Update doc about not downloading sqlite
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 26 May 2017 11:39:42 +0000 (13:39 +0200)
committerPhil Coval <philippe.coval@osg.samsung.com>
Tue, 11 Jul 2017 07:48:14 +0000 (07:48 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1745
Change-Id: Ie2d729e17e97a2fe364ff6a37926ff67fdf0abd3
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20441
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Youngman Jung <yman.jung@samsung.com>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
(cherry picked from commit 2df9c51767694548149665181801b66cb2a89b83)
Reviewed-on: https://gerrit.iotivity.org/gerrit/20787
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
resource/csdk/stack/samples/tizen/README.txt

index 33cae04..c22b961 100644 (file)
@@ -3,9 +3,6 @@ Prerequisites
 
 1) Clone tinycbor library using following command from the path "iotivity/extlibs/tinycbor":
    git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor
-2) To build with SECURITY=1, download sqlite3 zip file and extract it. Copy the files 
-   sqlite3.c and sqlite3.h file to iotivity/extlibs/sqlite3/ folder.
-   Download using http://www.sqlite.org/2015/sqlite-amalgamation-3081101.zip
 
 Build Procedure
 ===============
@@ -31,7 +28,7 @@ Note :- Upon successful execution of above command(s) RI library and sample appl
 
 Procedure to Execute Sample App:
 ================================
-    1) Copy the generated rpms(com-oic-ri-0.1-1.armv7l.rpm, com-oic-ri-sample-0.1-1.armv7l.rpm) to Tizen Device
+    1) Copy the generated rpms(com-oic-ri-*.armv7l.rpm, com-oic-ri-sample-*.armv7l.rpm) to Tizen Device
        (say /opt/usr/media/xxx/)
     2) sdb shell
     3) su
@@ -39,8 +36,8 @@ Procedure to Execute Sample App:
     5) change-booting-mode.sh --update
 
     6) Install the rpms using the following commands:
-               a) rpm -Uvh com-oic-ri-0.1-1.armv7l.rpm --force --nodeps
-               b) rpm -Uvh com-oic-ri-sample-0.1-1.armv7l.rpm --force --nodeps
+               a) rpm -Uvh com-oic-ri-*.armv7l.rpm --force --nodeps
+               b) rpm -Uvh com-oic-ri-sample-*.armv7l.rpm --force --nodeps
        7) For IP transport, apply net-config smack rules using below command:
                a) chsmack -a "net-config" /usr/apps/com.oic.ri.sample/bin/*
                b) chsmack -e "net-config" /usr/apps/com.oic.ri.sample/bin/*