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

Create automated build script for a self-contained flif executable #5

Open
TheJaredWilcurt opened this issue Aug 11, 2017 · 0 comments

Comments

@TheJaredWilcurt
Copy link
Member

TheJaredWilcurt commented Aug 11, 2017

node-flif uses flif-wasm for OSX and Linux, however for Windows it relies on having a self-contained executable of FLIF to be able to operate. The existing executable we are using for Windows require you to install additional things (like C++ Redist on Windows). So instead we have placed all the needed system files next to it so the user does not need to install additional things for it to run properly. However it would be preferred if everything needed was baked into the .exe during the build process.

I need someone familiar with C/C++ builds to create a script that will do the builds to produce a single native flif.exe that could be used on any Windows computer without requiring anything else (a fresh install of Windows should be capable of running the flif.exe CLI without errors).

Here is some advice previously given on this topic:


I would like to target these platforms:

  • Windows 32-Bit
  • Windows 64-Bit (optional)

Those are ordered by highest priority, Win 32 should run without issues on a 64 bit version of Windows, so if we can only have one, it makes sense for it to be the 32-bit version.

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

No branches or pull requests

1 participant