diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-02 14:44:37 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-02 14:44:37 +0000 |
commit | ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96 (patch) | |
tree | 546f9b6648779b80294648e022afb35e940fb61b /README.micro | |
parent | 8577d3ae96899bac4092bfa95d3d1591dde1dbd3 (diff) | |
download | perl-ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96.tar.gz |
More microperl tweaks.
p4raw-id: //depot/perl@23027
Diffstat (limited to 'README.micro')
-rw-r--r-- | README.micro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.micro b/README.micro index 7f12c70a17..d4b2628962 100644 --- a/README.micro +++ b/README.micro @@ -1,4 +1,4 @@ -microperl is supposed to be able a really minimal perl, even more +microperl is supposed to be a really minimal perl, even more minimal than miniperl. No Configure is needed to build microperl, on the other hand this means that interfaces between Perl and your operating system are left very -- minimal. @@ -20,6 +20,8 @@ If you are still reading this and you are itching to try out microperl: make -f Makefile.micro +If you make changes to uconfig.sh, run + make -f Makefile.micro regen_uconfig - +to regenerate uconfig.h. |