DEADSOFTWARE

bb2d4837ec1040199c788a5924cd9b164b1043fe
[cpc.git] / README
1 CPC
2 ---------
4 A command line Component Pascal Compiler
6 Building
7 ---------
9 Requirements:
10 * x86 CPU
11 * GNU/Linux
12 * GNU GCC
13 * installed multilib
15 1. Run make-stage0.sh to bootstrap using BlackBox Cross Platform
16 (https://github.com/bbcb/bbcp) or run make-stage0c.sh to bootstrap from
17 prebuilded C source code produced by CPfront
18 2. Run make-stage1.sh
19 3. Run make-stage2.sh
20 4. Grab your binaries from stage2/i486
22 Directory crux is a good example how of package for linux distro.
24 Bugs
25 _________
27 Contact to me if you found some bugs. :)
29 Licensing
30 ---------
32 Any code and patches under GPLv3+ (see LICENSE file). Contact to me (DEADDOOMER) if you want
33 to use some code in your BSD-licensed BlackBox/CPfront fork or project.