You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install works ok, but install_prereq.sh wants to apt-get a bunch of stuff and install stuff in the system directories, the problem comes when we try to build libcfiddle.
There are couple solutions:
libcfiddle could be built with perf counter support -- it's still useful.
We could install the tools we build in a user-specified directory and then make sure the build will find them there.
The text was updated successfully, but these errors were encountered:
pip install
works ok, butinstall_prereq.sh
wants to apt-get a bunch of stuff and install stuff in the system directories, the problem comes when we try to build libcfiddle.There are couple solutions:
The text was updated successfully, but these errors were encountered: