Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/source/repositories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,11 @@ is very similar::
Just like ``cppyy-cling``, ``CPyCppyy`` has ``cmake`` scripts which are the
recommended way for development, as incremental builds are faster::

$ mkdir build
$ cmake ../CPyCppyy
$ make -j <N>

then simply point the ``PYTHONPATH`` envar to the `build` directory above to
pick up the local `cppyy.so` module.
then simply point the ``PYTHONPATH`` envar to the CPyCppyy `root` directory above to
pick up the local `cppyy.so` module(or `libcppyy.so` module on Linux).

Finally, the top-level package ``cppyy``::

Expand Down