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

Howto + Script to make binary game package for windows #15

Open
FROGGS opened this issue Jul 25, 2011 · 2 comments
Open

Howto + Script to make binary game package for windows #15

FROGGS opened this issue Jul 25, 2011 · 2 comments
Assignees
Labels

Comments

@FROGGS
Copy link
Member

FROGGS commented Jul 25, 2011

  1. check for deps
  2. copy perl binary, game files and deps to new folder
  3. strip all dll's and perl.exe
  4. zip it using 7z
  5. create a sfx using 7z SFX Maker
  6. run upx optionally

Thats it basically.

@ghost ghost assigned FROGGS Jul 25, 2011
@rshadow
Copy link
Member

rshadow commented Jul 31, 2011

Is somebody try PAR Packager?
http://search.cpan.org/~smueller/PAR-1.002/lib/PAR.pm

http://search.cpan.org/~rschupp/PAR-Packer-1.010/lib/pp.pm
I try to make .exe but windows say something like "file is broken"

@FROGGS
Copy link
Member Author

FROGGS commented Jul 31, 2011

I will give this a try next week...

I tried with a self built static perl but had no luck so far...

7z SFX Maker is working so far, but you need .NET Framework 2.0 to run the binary. Thats not ideal IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants