Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of DEB package #609

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Creation of DEB package #609

wants to merge 6 commits into from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant