Skip to content

Commit 712c74c

Browse files
committed
Added more detail to the README
1 parent a2e267e commit 712c74c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@ docker-perl
22
===========
33

44
Dockerfiles for Perl5
5+
6+
The structure of this repo is to use the full version ID of each Perl version,
7+
plus a comma separate list of extensions. Every directory is expected to have
8+
at least the bit specification (32bit or 64bit), and at the moment the only
9+
other extension is threaded.
10+
11+
There are currently no 32bit extensions as Docker does not (yet?) support 32-bit
12+
builds.
13+
14+
The 64bit builds specify use64bitall despite this being largely redundant
15+
(Configure would properly detect this) to make the desired bit size explicit.

0 commit comments

Comments
 (0)