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

Windows Distribution automation script (alpha) #131

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

Conversation

RyanBram
Copy link

Currently I am creating an automation script for creating Windows Binary
distribution, everyting is okay, but still cannot find out how to build binary executable via
commandline interface (not using easypaint.pro project file). If some one could
teach me how to do that, I'll make sure to provide Windows binary
distribution ASAP.
Maybe something as simple as this:

cd ./EasyPaint/sources
lrelease easypaint.pro
qmake
make
make install

but for Windows instead of Linux.

RyanBram added 3 commits May 25, 2013 06:41
Github doesn't allow me to commit binary. But I never figured out how to
automate build system in Windows that directly creating distribution.
The only way that I know to make distribution in windows is by compiling
the source code then manually create the installer.

Still need time to figure it know. But I'll provide Windows distribution
link in different location than Github.
Currently I am creating an automation script for creating Windows Binary
distribution, but still cannot find out how to build executable via
commandline (not using easypaint.pro project file). If some one could
teach me how to do that, I'll make sure to provide Windows binary
distribution.
Maybe something as simple as this:
cd ./EasyPaint/sources
lrelease easypaint.pro
qmake
make
make install
but for Windows instead of Linux.
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.

1 participant