description | A command line Component Pascal Compiler |
owner | DeaDDooMER |
last change | Tue, 4 Aug 2020 20:43:23 +0000 (23:43 +0300) |
readme
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.
---------
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.
5 years ago | v0.2 | release v0.2 | tag | | commit | shortlog | log |
5 years ago | v0.1 | cpc v0.1 | tag | | commit | shortlog | log |
4 years ago | master | shortlog | log | tree |