Skip to content

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