diff options
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README index ee1b7ea..7261a01 100644 --- a/macosx/README +++ b/macosx/README @@ -129,8 +129,6 @@ Detailed Instructions for building with macosx/GNUmakefile (where ${ver} is a shell variable containing the Tcl version number e.g. '9.0'). Setup this shell variable as follows: ver="9.0" -If you are building from CVS, omit this step (CVS source tree names usually do -not contain a version number). - Setup environment variables as desired, e.g. for a universal build on 10.5: CFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.5" |