Skip to content

Build Run Instructions

chernser edited this page Oct 2, 2012 · 2 revisions

Prepare

Do npm install after pulling new version from master repo to make sure all packages are installed

npm install 
npm install bbb -g 

Build Debug

make debug

Build Release

make release

Run Debug

bbb server:debug
Clone this wiki locally