Languages

Menu
Sites
Language
Build platform package source code

Hi, I'm a undergraduate student and trying to build and execute

 
this example on my desktop(Ubuntu) just for study.(for Tizen 2.4 or later?)
 
I've found documents like 'Building packages locally with GBS', 'Cloning Tizen source code',.. etc. from Developer guide but having a hard time understanding from where to begin.
 
I know how to use Git and good at C, C++ programming but it's my first time to deal with platform or such things.
 
is It possible to execute the example on my Ubuntu? should I use emulator or something?
 
Please help me to find out where to start! 
 
thanks.

Responses

3 Replies
Armaan-Ul- Islam

# Take a look at this Source Code, Seems to be useful for your Study pupose:

https://searchcode.com/codesearch/view/27345603/

https://searchcode.com/codesearch/view/27289463/

 

# Now, You have to achieve these goals gradually step by step , Don't try to get all at once.

 

Installing Development Tools in Ubuntu or Debian: https://source.tizen.org/documentation/developer-guide/getting-started-guide/installing-development-tools

Setting up Development Environment: https://source.tizen.org/documentation/developer-guide/environment-setup

Cloning Tizen Source Files: https://source.tizen.org/documentation/developer-guide/getting-started-guide/cloning-tizen-source-files

Building Packages Locally with GBS https://source.tizen.org/documentation/developer-guide/getting-started-guide/building-packages-locally-gbs

 

# If you  end up making a 'rpm' file. Then you may push the 'rpm' to tizen emulator/device using sdb.

# Using device shell commands then you can install the rpm package on your emulator/device.

Myeong Seob Shim

Thank you so much! I've succeeded to build it!

+ one more question.

Actually, I've failed to execute the example because there is no example files in Tizen_3.0_wearable Git branch.

is it possible to build signature-validator-until-3.0.cpp into 'rpm' file without building the whole cert-svc package?

I've tried to compile it on the emulator shell but failed because there was no compiler like gcc...

 

Armaan-Ul- Islam

You're Welcome, Good to know you've succeeded to build.

 

About building signature-validator-until-3.0.cpp into 'rpm' file without building the whole cert-svc package, Not Sure about that. Doesn't seem so as much as I have seen the documentations.