GMLC-TDC / helics-ns3

ns-3 module for integrating with a HELICS co-simulation
GNU General Public License v2.0
3 stars 8 forks source link

Update README.md #31

Closed hgngo closed 4 years ago

hgngo commented 4 years ago

The C++ API shared library is not created during its build if -DHELICS_BUILD_CXX_SHARED_LIB is not turned on. ns-3 needs the c++ api shared library to configure.

-DCMAKE_INSTALL_PREFIX needs to be set to a directory that's accessible to those who do not have root access to the default /usr/local directory.