-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Currently the only way to sanely build ipbench is to package it as a deb and install that. This is awful for maintaining it. This is marked as a bug but in reality this was just never set up.
To do:
> Set up make install to do the right thing.
make already compiles correctly and puts output for ipbench itself in /src/lib/.libs and output for modules in /src/pymod/.libs + /src/tests/(test).
To actually install ipbench:
- Put libipbench.so in
/usr/local/lib(or /usr/lib) - hereby referred to as "lib" - Create folder
lib/ipbenchand put compiled ipbench modules here. - Install ipbench client/target .py in
python/site-packages(ordist-packages) +libipbenchClientPython+libipbenchTargetPython+_ipbench_client.so+_ipbench_target.so.
Note: also include .la files with .so files. Apparently it is neccessary in some cases.
Python note: site local for pip or other local installs, dist packages for system wide
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working