CPC --------- A command line Component Pascal Compiler Building --------- Requirements: * x86 CPU * GNU/Linux * GNU GCC * installed multilib Stable boostrap sources and builds can be grabbed from deadsoftware.ru: https://deadsoftware.ru/projects/cpc/release 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 me if you found some bugs. :) Licensing --------- 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.