Languages

Menu
Sites
Language
How to build specifc package

Dear All,

If i download specific package from review.tizen.org using below command

git clone review.tizen.org:/apps/home/clock apps/home/clock

What is the process to build the package and install on emulator to verify the changes, consider if i dont have complete source code in my local PC.  Is there any specific tutorial or document which can help me guide me how to build the source code.

 

Thanks,

//

 

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
Chris Norman
Check out the documentation for GBS ( https://source.tizen.org/documentation/reference/git-build-system ) and MIC ( https://source.tizen.org/documentation/reference/mic-image-creator ) GBS allows you to locally build individual packages, and MIC allows you to pull in a combination of local packages and pre-built binaries from the repos to create an image you can run.
Chris Norman
Check out the documentation for GBS ( https://source.tizen.org/documentation/reference/git-build-system ) and MIC ( https://source.tizen.org/documentation/reference/mic-image-creator ) GBS allows you to locally build individual packages, and MIC allows you to pull in a combination of local packages and pre-built binaries from the repos to create an image you can run.
Brajendra Gupra
Hello Chris Norman, Thanks for your help. Let me check with detail and will let you know in case of any facing issues. Thanks, //
Vikram Dattu

Are you able to do this?

Please let me know the steps.

Safwan

I guess You already looked up on these documentations:

https://source.tizen.org/documentation/reference/git-build-system

https://source.tizen.org/documentation/reference/mic-image-creator

Then, I would suggest you to share your progress and also share at which point you are stuck right now with the developers participating in this forum.