Linked by Kaj de Vos on Tue 5th Jul 2011 17:54 UTC
Thread beginning with comment 480205
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: almost a fork (2)
by anonymkous8756 on Sat 9th Jul 2011 18:48
in reply to "RE[3]: almost a fork (2)"
"No new code, no fork, just more documentation and a clean sh build script without ruby, rebol crap (nothing personal about rebol, just want a cleaner compile way)
The build system for Syllable (Builder) is actually pretty damn good.
"
Yes, my effort is in order to achieve a more standard build system, in my opinion, to use builder is a way to get more "bloat". just my 2 cents. The other topics i mentioned are the poor documentation in the mediaserver, appserver, and specially, "registrar". Not to mention the kernel also with poor documentation.
To CIPRI, Haiku has some good points over many HobbyOSes, but my effort is to offer a product in that world, exactly, hobbyOSes (a topic covered by the "hype" in Syllable, adding more features without simplifying the install process, without being capable to self compile..).
RE[5]: almost a fork (2)
by Vanders on Sun 10th Jul 2011 18:39
in reply to "RE[4]: almost a fork (2)"
Yes, my effort is in order to achieve a more standard build system, in my opinion, to use builder is a way to get more "bloat".
I doubt you could replicate what Builder does in less code. Just take a look at the complexity in some of the third-party package recipes to get a sense of how complex building something can be.





Member since:
2005-07-06
The build system for Syllable (Builder) is actually pretty damn good.
Well, yes, there will be. Building an entire OS requires building a lot of components. Note that the ancient recursive-Makefile based build system was replaced long, long ago with Builder.
I'm not sure if you're aware of the existing build scripts: http://syllable.cvs.sourceforge.net/viewvc/syllable/syllable/system... ? You install Syllable, run start.sh to install the additional build components and then build everything by running start.sh. Once the build is complete you can use build-cd.sh, build-vm.sh or build-upgrade.sh scripts to create installable media. It's really pretty simple.