Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build on Windows #2

Open
magnusw opened this issue Jul 5, 2012 · 2 comments
Open

Build on Windows #2

magnusw opened this issue Jul 5, 2012 · 2 comments

Comments

@magnusw
Copy link
Member

magnusw commented Jul 5, 2012

If possible, make PVR compile on Windows.

PVR itself should compile without too much trouble, but getting HDF5, Field3D, OpenImageIO and Boost.Python working may not be straightforward.

@sajis997
Copy link

sajis997 commented Jun 3, 2014

Hi ,

I managed to compile pvr on linux platform while meeting all the pre-requisites. I wanted to run the examples that is demonstrated in the accompanying book and i got the following error:

//////////////////////////////////////////
sajjad@sajjad-G74Sx:~/Downloads/PVR/pvr-master/scenes/book/chapter_1$ Traceback (most recent call last):
File "fig_1_1.py", line 3, in
from pvr import *
ImportError: No module named pvr

[1]+ Exit 1 python fig_1_1.py

//////////////////////////////////////////

After i compiled the source i can see the libpvr.so file inside the build directory. Then i tried to do "sudo make install" and it says that "make: *** No rule to make target `install'. Stop.
"

Do i have explictly copy the libpvr.so file into the path so that program can access it ?

Some hints are appreciated.

Thanks

@mmmovania
Copy link

For those who still cant get PVR working on Windows, I have compiled a fully self-contained PVR version for Windows. All third party libraries are included in the repository. Details are here: https://github.com/mmmovania/PVR_Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants