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
Easy way to run locally on Linux/Windows/OSX #3
Comments
I may be wrong, but we can probably provide an install script for easy installation of GEGL+BABL+lipsoup from source (OS dependant), and then use something like this : Need some more investigation ;p |
For Ubuntu, we could publish the binary we already build on Travis. Might help some people at least |
@nylnook: A "script" is not my definition of easy for this bug. We already have that, its called "Makefile". Downloadable, ready-to-run binaries for platform for every release is easy (automatically built). |
One could consider packaging into a self-contained "app" a separate issue |
We now build imgflo-dependencies and imgflo for OSX on Travis. Couple of tests failing on imgflo still thought, see https://travis-ci.org/imgflo/imgflo/jobs/137345887 |
OSX support mainline in master now, and documented in README. Next steps would be to actually bundle up into an |
Currently one has to run imgflo as a server from commandline, register manually using imgflo-register, and manually open app.flowhub.io in browser. Which is not for everyone :)
Low priority for me, as delivering native solutions to multiple operating systems is tons of work. A proper solution would be to use Travis CI, or something that integrates with it, to continiously build and test a native app.
The text was updated successfully, but these errors were encountered: