NVSL / cfiddle

MIT License
3 stars 0 forks source link

You have to have root to install cfiddle #21

Open stevenjswanson opened 1 year ago

stevenjswanson commented 1 year ago

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:

  1. libcfiddle could be built with perf counter support -- it's still useful.
  2. We could install the tools we build in a user-specified directory and then make sure the build will find them there.