Skip to content
Laurent Deru edited this page May 12, 2016 · 1 revision

Building 6LBR packages

If you would like to build the packages yourself :

install devscripts packages

sudo apt-get install devscripts

Update the changelog

cd examples/6lbr
dch -i

Build the .deb package

cd examples/6lbr
debuild -us -uc

Got get a cup of coffee... When done, your .deb file will be available in examples/

Use the generated .deb to install and distribute on your other devices. This allows you to package your own customized version of 6lbr!

Clone this wiki locally