Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit e622c8d

Browse files
author
Max Waterman
committed
Adding guide for users targeting Tizen IDE on MS Windows.
1 parent 7139ca6 commit e622c8d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

HACKING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,31 @@ CSS, and HTML) using:
102102

103103
Note that in both cases, the files comprising the packages are
104104
first copied into the build/wgt and build/sdk directories respectively.
105+
106+
# GUIDE FOR MS WINDOWS USERS AND TIZEN IDE
107+
108+
Here are some steps to help people wishing to generate code for use in the Tizen IDE on Microsoft Windows.
109+
110+
1. install git
111+
1. get admin shell
112+
1. click start
113+
1. in ‘search’ type ‘command’ - don’t hit return/enter
114+
1. ‘command prompt’ appears under ‘programs’ - right click on it and select ‘run as administrator’ - click ‘yes’ if it asks for confirmation
115+
1. install grunt - type ‘npm install -g grunt’
116+
1. install bower - type ‘npm install -g bower’
117+
1. close admin shell
118+
1. right click on desktop and select ‘git bash’
119+
1. change directory to where you want your projects to go (or don’t, if Desktop is ok)
120+
1. clone the repository, eg ‘git clone https://github.com/01org/webapps-annex.git’
121+
1. cd webapps-annex
122+
1. npm install
123+
1. bower install
124+
1. grunt sdk
125+
1. the project is now built in build/sdk and can be imported into the IDE
126+
1. launch Tizen IDE
127+
1. File->New->Tizen Web Project
128+
1. select all the files in the project and delete them
129+
1. File->Import…->General->File System Next
130+
1. “From directory” <- the build/sdk directory
131+
1. “Into folder” <- the project you created in the IDE
132+
1. Finish

0 commit comments

Comments
 (0)