From 54f2bc4d123c9524fb6c1dbc357f6adb854d995d Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 26 Apr 2020 17:27:12 +0200 Subject: [PATCH] readme: update some numbers to be more recent --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41c29411d3..4168167184 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ python makepanda/makepanda.py --everything --installer ``` You may target a specific minimum macOS version using the --osxtarget flag -followed by the release number, eg. 10.7 or 10.9. +followed by the release number, eg. 10.9 or 10.14. If the build was successful, makepanda will have generated a .dmg file in the source directory containing the installer. Simply open it and run the @@ -164,11 +164,11 @@ pkg install pkgconf bison png jpeg-turbo tiff freetype2 harfbuzz eigen squish op ``` You will also need to choose which version of Python you want to use. -Install the appropriate package for it (such as `python2` or `python36`) and +Install the appropriate package for it (such as `python37` or `python38`) and run the makepanda script with your chosen Python version: ```bash -python3.6 makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-gles2 +python3.7 makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-gles2 ``` If successful, this will produce a .pkg file in the root of the source