On Thu, Aug 18, 2016 at 11:25:45AM +0200, Gour wrote:
On Thu, 18 Aug 2016 11:07:23 +0200 Peter Uhnak <i.uhnak@gmail.com> wrote:
If you only target Mac and/or Win, it should be easy. If you aim for linux, then good luckâ¦
If I'd use some other compiled language, then covering Mac/Win would be fine considering that Linux users are (mostly) accustomed to build install using ther preferred package manager, but I'm not sure how does it work with Linux not seeing any end-user app written in Pharo available for e.g. Debian?
I am not sure what you mean by "not seeing any end-user app written in Pharo".
I have a sometimes working setup that creates a build with the VMs and platform-specific launchers,
Does it also include stripping the VM from the stuff as it is done with other Smalltalks like the ones I've mentioned in original email?
There is work being done on a "minimal Pharo bootstrap" which would allow you to take just the core of the platform and install whatever you need on top. But I don't know the current state. Peter