Skip to content

Creation of DEB package#609

Open
bandi13 wants to merge 6 commits intocyoung:masterfrom
bandi13:master
Open

Creation of DEB package#609
bandi13 wants to merge 6 commits intocyoung:masterfrom
bandi13:master

Conversation

@bandi13
Copy link

@bandi13 bandi13 commented May 30, 2017

I have created a way to make DEB packages for Stratux. The makeDebPkg script does everything necessary for a fresh install. My plan for this is to try to come up with a minimal image of Linux for the rPI (like MINBIAN) and then install Stratux. I hope this may even reduce power consumption.

Additionally, I'm thinking of having the official DEB packages hosted somewhere, so when the rPI is connected to the internet via ethernet, doing an 'apt-get upgrade' would update Stratux from an official repository.

The compilation time has also been significantly improved. You can run 'make -j 4' to use all four cores. The 'go build' commands also complete faster after applying the '-i' flag so it doesn't need to recompile unchanged libraries.

@bandi13
Copy link
Author

bandi13 commented Sep 22, 2017

Fixed merge conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant