X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=README;h=e161cdc1a76556c1e6385f45decd5be624ae73ff;hp=bb2d4837ec1040199c788a5924cd9b164b1043fe;hb=76d1e8d98f1d80d24fa52a15e6b2c6fb0a5f44d0;hpb=4de97bf7ae01a78248a15ff69031824c5b089e31 diff --git a/README b/README index bb2d483..e161cdc 100644 --- a/README +++ b/README @@ -12,22 +12,27 @@ Requirements: * GNU GCC * installed multilib -1. Run make-stage0.sh to bootstrap using BlackBox Cross Platform -(https://github.com/bbcb/bbcp) or run make-stage0c.sh to bootstrap from -prebuilded C source code produced by CPfront -2. Run make-stage1.sh -3. Run make-stage2.sh -4. Grab your binaries from stage2/i486 +Stable boostrap sources and builds can be grabbed from deadsoftware.ru: +https://deadsoftware.ru/projects/cpc/release -Directory crux is a good example how of package for linux distro. +To bootstrap compiler using pretranslated C code run this: + + ./make-all.sh -b 486 native linux + +Remove flag -b if you want to bootstrap using old version of cpc. +Add flag -h if you want to known which processors/compilers/os are supported. + +After building you can grab binaries from directory stage2. + +Directory crux is a good example how to make package for linux distro. Bugs _________ -Contact to me if you found some bugs. :) +Contact me if you found some bugs. :) Licensing --------- -Any code and patches under GPLv3+ (see LICENSE file). Contact to me (DEADDOOMER) if you want +Any code and patches under GPLv3+ (see LICENSE file). Contact me if you want to use some code in your BSD-licensed BlackBox/CPfront fork or project.