Created
November 7, 2012 17:31
-
-
Save bnchdrff/4033098 to your computer and use it in GitHub Desktop.
commotion apps build script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir testrees | |
cd testrees/ | |
git clone https://github.com/bnchdrff/commotion-wsrouting-feed.git commotion-examples | |
git clone https://github.com/bnchdrff/commotion-chat.git | |
git clone https://github.com/opentechinstitute/commotion-openwrt.git | |
cd commotion-openwrt/ | |
./setup.sh | |
cd ../ | |
cd commotion-examples/ | |
./setup.sh | |
cd ../commotion-chat/ | |
./setup.sh | |
cd ../commotion-openwrt/ | |
cd openwrt/ | |
make menuconfig | |
make V=99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment