Skip to content

Commit

Permalink
Update the readme to reflect the changes to the CI and the build issu…
Browse files Browse the repository at this point in the history
…e on macOS
  • Loading branch information
Taiki-San authored Dec 21, 2018
1 parent dfb0b3e commit c0df8e0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,27 @@ You can generate a wheel with the command:
which builds v8, the extension, and generates a wheel.

Notes for building on OSX
Notes for building on macOS
'''''''''''''''''''''''''

The legacy Python binary builds (OSX 10.6) need to be downloaded from:
https://www.python.org/downloads/

They will allow to build a wheel compatible with former OSX versions.

If you're having build issues, you may either have to run the build a second time (which will be much faster than the first run) or run the following command before running the first build:

``export LDSHARED="clang++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64"``

Notes for building on Travis
'''''''''''''''''''''''''

The V8 build is cached in order to make the Travis builds faster.

Whenever V8 is updated, the caches need to be flushed `on Travis here`_.

.. _`on Travis here`: https://travis-ci.org/sqreen/PyMiniRacer/caches

Tests
-----

Expand Down

0 comments on commit c0df8e0

Please sign in to comment.