Skip to content

Commit

Permalink
tip to avoid osx restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
PyrApple committed Mar 4, 2015
1 parent 5eeb77a commit b0df6a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manual/installation/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Most of the time you won't need to modify and rebuild Blender, so those instruct

Document Sections
-----------------
* `Folders Structure`_
* `Folder Structure`_
* `Requirements`_
* `Quick Setup`_
* `Getting Samples`_
* `Acquiring Blender`_

Folders Structure
Folder Structure
-----------------
``//blender-vr/``
*Blender-VR Source Code*
Expand Down Expand Up @@ -101,6 +101,6 @@ Acquiring Blender
-----------------

Blender-VR requires a vanilla Blender 2.74 or newer.
If you ever need to modify and rebuild Blender for further customizations, please consult the `Blender's official documentation <http://wiki.blender.org/index.php/Dev:Doc/Building_Blender>`_.
If you ever need to modify and rebuild Blender for further customizations, please consult the `Blender's official documentation <http://wiki.blender.org/index.php/Dev:Doc/Building_Blender>`_.

To download the Blender required to your platform check the `User Installation <installation.html#acquiring-blender>`_ guide.
5 changes: 3 additions & 2 deletions manual/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to install Blender-VR you need this guide.
Document Sections
-----------------
* `Folders Structure`_
* `Folder Structure`_
* `Requirements`_
* `Quick Setup`_
* `Acquiring Blender`_
Expand Down Expand Up @@ -59,6 +59,7 @@ Required for Interface Development
* `PIP <https://pip.pypa.io/en/latest/installing.html>`_
* `QT 4.8 <http://download.qt.io/archive/qt/4.8/4.8.6/>`_

*MacOS: open Qt.mpkg with "mouse right click -> open" to avoid popup window "can't install, non identified developer"*

Quick Setup
-----------
Expand All @@ -74,7 +75,7 @@ Type the following commands in your terminal. If you are in Windows we recommend
$ pip3 install -r blender-vr/requirements.txt
$ pyside_postinstall.py -install
*On MacOS: running these lines may popup a notification window asking to "download the command line developer tools", go for it*
*MacOS: running these lines may popup a notification window asking to "download the command line developer tools", go for it*

Acquiring Blender
-----------------
Expand Down

0 comments on commit b0df6a8

Please sign in to comment.