Skip to content

Commit 144b02e

Browse files
try to build for older macs
1 parent 0b80a53 commit 144b02e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
21+
env:
22+
MACOSX_DEPLOYMENT_TARGET: 10.13
2123
steps:
2224
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2325
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@ New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ct
1010

1111
## Option 1: Install from Pypi (easiest but may not be up to date or be available for your platform)
1212

13-
We distribute a statically linked binary Raylib library, install from Pypi.
13+
We distribute a statically linked binary Raylib wheel, install from Pypi.
1414

1515
pip3 install raylib
1616

17-
Some platforms that should be available:
18-
19-
**Windows 10 (64 bit): Python 3.7 - 3.9**
20-
21-
**Linux (Ubuntu 16.04+): Python 3.6 - 3.9**
17+
Some platforms that _should_ be available: Windows x64, MacOS x64, Linux x64.
2218

2319
If yours isn't available then pip will attempt to build from source, so you will need to have raylib development libs installed.
2420

25-
See here for a Raspberry Pi build: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
21+
See here for a Raspberry Pi wheel: https://github.com/electronstudio/raylib-python-cffi/issues/31#issuecomment-862078330
2622

2723
## Option 2: Build from source
2824

@@ -31,7 +27,7 @@ then you can either *use the dynamic binding with your own dll* or else you will
3127
If you do build on a new platform please
3228
submit your binaries as a PR.
3329

34-
These instructions have been tested on Ubuntu 20.10 and 16.04. Mac should be very similar. Windows is probably different.
30+
These instructions have been tested on Ubuntu 20.10 and 16.04. Mac should be very similar.
3531

3632
Clone this repo including submodules so you get correct version of Raylib.
3733

0 commit comments

Comments
 (0)