Difference between revisions of "Doc:latest/sdkguide/knowledgebase"

(Installation of OpenClovis 6.1.)
m (Installation of OpenClovis 6.1 from Github.)
Line 1: Line 1:
 
Installation of openclovis (from github Repositories)
 
Installation of openclovis (from github Repositories)
  
1. Create a directory (ex: openclovis) and navigate to that directory.
+
1. Create a directory (ex: openclovis) and navigate to that directory.
  
 
2. Through git download the fallowing repositories from openclovis github.
 
2. Through git download the fallowing repositories from openclovis github.
SAFplus_IDE
+
 
SAFplus-Availability-Scalability-Platform
+
SAFplus_IDE.
3rdparty
+
 
 +
SAFplus-Availability-Scalability-Platform.
 +
 
 +
3rdparty.
  
 
3. Rename the fallowing repositories.
 
3. Rename the fallowing repositories.
SAFplus_IDE                   IDE
+
 
SAFplus-Availability-Scalability-Platform                   SAFplus
+
SAFplus_IDE       TO          IDE.
 +
 
 +
SAFplus-Availability-Scalability-Platform         TO          SAFplus.
  
 
4. Navigate to the 3rdparty directory.
 
4. Navigate to the 3rdparty directory.
Untar the eclipse-SDK-x.x.x-linux-gtk.tar.gz (for 32-bit) OR
+
Untar the eclipse-SDK-x.x.x-linux-gtk.tar.gz (for 32-bit) OR
Untar the eclipse-SDK-x.x.x-linux-gtk-x86_64.tar.gz (for 64-bit)
+
Untar the eclipse-SDK-x.x.x-linux-gtk-x86_64.tar.gz (for 64-bit)
  
Move the eclipse directory to idedev and navigate to idedev  directory
+
Move the eclipse directory to idedev and navigate to idedev  directory.
Then unzip the fallowing zip files in the current directory (3rdparty directory)
+
Then unzip the fallowing zip files in the current directory (3rdparty directory)
 
         1. emf-runtime-x.x.x.zip
 
         1. emf-runtime-x.x.x.zip
 
         2. GEF-runtime-x.x.x.zip
 
         2. GEF-runtime-x.x.x.zip
  
5. Move the eclipse directory out of 3rdparty directory to openclovis directory
+
5. Move the eclipse directory out of 3rdparty directory to openclovis directory.
  
6. Then unzip the cdt-master-x.x.x.zip file
+
6. Then unzip the cdt-master-x.x.x.zip file.
  
7. Navigate to the openclovis directory
+
7. Navigate to the openclovis directory.
  
8. Navigate to the SAFplus/src/install/
+
8. If the system is not having openjdk-7, it can be installed from below url:
 
+
9. Install the openjdk-7 follow the below url:
+
 
         http://askubuntu.com/questions/55848/how-do-i-install-oracle-java-jdk-7
 
         http://askubuntu.com/questions/55848/how-do-i-install-oracle-java-jdk-7
  
10. Use cdt.sh to install necessary jar files.
+
9. Navigate to 3rdparty directory and then perform make-> generates the 3rdparty-base-x.x.tar
 
+
11. Navigate to 3rdparty directory and then perform make-> generates the 3rdparty-base-x.x.tar
+
  
12. Copy the 3rdparty-base-x.x.tar  to the openclovis directory
+
10. Copy the 3rdparty-base-x.x.tar  to the openclovis directory.
  
13. Navigate to IDE directory
+
11. Navigate to IDE directory.
  
14. export VERSION_TAG=6.1 && export VER=6.1.0 && make -f release.mk
+
12. export VERSION_TAG=6.1 && export VER=6.1.0 && make -f release.mk
 
     if it ask PSP, then git clone  SAFplus-Platform-Support-Package and rename it as PSP it generates openclovis-safplus-sdk-6.1-..tar.gz
 
     if it ask PSP, then git clone  SAFplus-Platform-Support-Package and rename it as PSP it generates openclovis-safplus-sdk-6.1-..tar.gz
  
15. Use install.py file to install OpenClovis to the system.
+
13. Use install.py file to install OpenClovis to the system.

Revision as of 12:14, 3 June 2013

Installation of openclovis (from github Repositories)

1. Create a directory (ex: openclovis) and navigate to that directory.

2. Through git download the fallowing repositories from openclovis github.

SAFplus_IDE.

SAFplus-Availability-Scalability-Platform.

3rdparty.

3. Rename the fallowing repositories.

SAFplus_IDE TO IDE.

SAFplus-Availability-Scalability-Platform TO SAFplus.

4. Navigate to the 3rdparty directory. Untar the eclipse-SDK-x.x.x-linux-gtk.tar.gz (for 32-bit) OR Untar the eclipse-SDK-x.x.x-linux-gtk-x86_64.tar.gz (for 64-bit)

Move the eclipse directory to idedev and navigate to idedev directory. Then unzip the fallowing zip files in the current directory (3rdparty directory)

       1. emf-runtime-x.x.x.zip
       2. GEF-runtime-x.x.x.zip

5. Move the eclipse directory out of 3rdparty directory to openclovis directory.

6. Then unzip the cdt-master-x.x.x.zip file.

7. Navigate to the openclovis directory.

8. If the system is not having openjdk-7, it can be installed from below url:

       http://askubuntu.com/questions/55848/how-do-i-install-oracle-java-jdk-7

9. Navigate to 3rdparty directory and then perform make-> generates the 3rdparty-base-x.x.tar

10. Copy the 3rdparty-base-x.x.tar to the openclovis directory.

11. Navigate to IDE directory.

12. export VERSION_TAG=6.1 && export VER=6.1.0 && make -f release.mk

   if it ask PSP, then git clone   SAFplus-Platform-Support-Package and rename it as PSP it generates openclovis-safplus-sdk-6.1-..tar.gz

13. Use install.py file to install OpenClovis to the system.