Skip to content
Discussion options

You must be logged in to vote

Hello @baravdish,

pip install mitsuba doesn't just install the bindings, but the full library.
Likewise, building from source builds the whole thing, including the bindings.

Since you want to make a modification to the source code, you cannot use the pre-built pip package. So you should first uninstall it: pip uninstall mitsuba drjit
Then, build from source with your modification to aov.cpp.
Then, source the setpath.sh script in the build folder. Then you can use Mitsuba with your modification.

These are the full instructions:
https://mitsuba.readthedocs.io/en/stable/src/developer_guide/compiling.html

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@baravdish
Comment options

@merlinND
Comment options

Answer selected by baravdish
@baravdish
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants