Open ed-peguillan opened 4 years ago
After playing around with it a little bit, I found this suggestion to modify the call to setup.py, and it seems to work. Doing python setup.py install -h
reveals a --prefix
flag.
I found the relevant call in cmake_install.cmake
after running cmake ../..
on line 200:
and just appended the prefix I need:
It installed correctly after this. I'm not sure how to make this work in an automatic way, however.
Hi, thank you for this wonderful tool!
I am trying to compile and install this software into a separate directory so that I can package it into a .deb installer. However, I am having an issue with the python install section ignoring the
make install DESTDIR=
parameter, and trying to go right for the system/usr
.Steps to recreate:
This results in:
Everything installs to the place I intended except for the python bits.