2017-11-11 21:42 GMT+01:00 Hilaire <hila...@drgeo.eu>: > Le 11/11/2017 à 18:58, Викентий Потапов a écrit : > >> Well, i've got very extensive feedback for i18n of applications, there >> are few >> > You should use the gettext package from PharoExtra, this is the one > Seaside developers maintain. I don't understand why there are alternative > repo for it... > > [..] > > What can i do with Pharo? Does it have unified method to deploy pharo >> applications? I didn't find that method, and i ought to do some messy stuff >> "by hand". >> > Of course, you can completely automate your application build. > > You can take a look at the DrGeo build scripts there. Part of the image > preparation is done inside the image. > http://bazaar.launchpad.net/~drgeo-developers/drgeo/trunk/fi > les/head:/build/ > > The application build will not be the part I worry about, but more on the > GUI. I don't know how complex is your GUI application but Pharo is now on > flux with several competitive GUI frameworks, all in the image (spec, > Polymoprh, GT), and forth coming brick/bloc. And depending on the > complexity you need, you may not have all you need. > > If you follow the standard bootstrapping process but instead of BaselineOfIDE you use BaselineOfMorphic, I will get a usable image without development tools. Good as basis for applications like DrGeo. We are still improving modularity. The recent step was an insclusion of tests that will reject any pull request that makes new package dependencies between system layers.
-- Pavel > -- > Dr. Geo > http://drgeo.eu > > > >