1. Build deb packages:

$ make -j16 deb-pkg

This will create (up to) 5 deb packages in parent directory.

2. Copy deb packages to another machine

3. Install the packages:

$ sudo dpkg -i *.deb

Leave a Reply