id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,platform 10024,Document new build commands in ReadMe,nielx,bonefish,"The ReadMe file is not yet updated to reflect the new package management style building. The following instructions are still here, which (I think) is outdated. {{{ Configure a GCC 2.95 Hybrid, from non-Haiku platform ---------------------------------------------------- cd haiku-trunk/generated.x86gcc4 ../configure --use-gcc-pipe --use-xattr \ --build-cross-tools-gcc4 x86 ../../buildtools/ \ --alternative-gcc-output-dir ../generated.x86gcc2 cd ../generated.x86gcc2 ../configure --use-gcc-pipe --use-xattr \ --build-cross-tools ../../buildtools/ \ --alternative-gcc-output-dir ../generated.x86gcc4 Configure a GCC 2.95 Hybrid, from within Haiku ---------------------------------------------- cd haiku-trunk/generated.x86gcc4 ../configure --use-gcc-pipe \ --alternative-gcc-output-dir ../generated.x86gcc2 \ --cross-tools-prefix /boot/develop/abi/x86/gcc4/tools/current/bin/ cd ../generated.x86gcc2 ../configure --use-gcc-pipe \ --alternative-gcc-output-dir ../generated.x86gcc4 \ --cross-tools-prefix /boot/develop/abi/x86/gcc2/tools/current/bin/ Additional information about GCC Hybrids can be found on the website, http://www.haiku-os.org/guides/building/gcc-hybrid }}} ",bug,closed,normal,R1,Build System,R1/alpha4.1,fixed,,,,,All