Page 1 of 1

How is the MX Linux installer executable created?

Posted: Fri Jan 13, 2017 1:02 am
by jhsu802701
The repository is at https://github.com/MX-Linux/mx-installer .

I don't see any Makefile. Exactly how is the installer (for /usr/sbin/minstall) generated?

Re: How is the MX Linux installer executable created?

Posted: Fri Jan 13, 2017 1:39 am
by Adrian
Makefile is created when you run qmake. but actually to create a deb you just run debuild since the github source contains all the debian folder and files.