Skip to content

Commit

Permalink
Add readme part about building it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Jun 21, 2016
1 parent 8f1c247 commit 0944b59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -57,3 +57,6 @@ docs/_build/

# PyBuilder
target/

# V8 vendor
py_mini_racer/ffi/v8/
17 changes: 17 additions & 0 deletions README.rst
Expand Up @@ -33,3 +33,20 @@ Tools used in rendering this package:

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

Build
--------

You need to build v8 first by hand, go to "py_mini_racer/ffi" first, then launch
the "v8_build.py" python script:

.. code:: bash
python v8_build.py
Then from the root directory of this repository, create a wheel with:

.. code:: bash
python setup.py bdist_wheel

0 comments on commit 0944b59

Please sign in to comment.