Difference between revisions of "Rock Build Setup"

From WebOS-Ports
Jump to navigation Jump to search
(Created page with "==Initial setup== Pull down the rock-layers repo <pre>git clone git://github.com/halfhalo/rock-layers.git</pre> Then run bootstrap.sh to get all of the repos to auto clone ...")
 
m (Herrie moved page Slate Build Setup to Rock Build Setup)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  
 
<pre>sh bootstrap.sh</pre>
 
<pre>sh bootstrap.sh</pre>
 +
 +
Then cd into build-webos directory
 +
 +
Then start the build using the command <pre>make webos-image</pre>

Latest revision as of 12:52, 5 August 2013

Initial setup

Pull down the rock-layers repo

git clone git://github.com/halfhalo/rock-layers.git

Then run bootstrap.sh to get all of the repos to auto clone down to your machine.

sh bootstrap.sh

Then cd into build-webos directory

Then start the build using the command

make webos-image