MCELL_INFO.txt 364 B

123456789101112
  1. Cloned on March 4, 2020 from https://github.com/gperftools/gperftools, branch master (b7607ee).
  2. Then executed ./autogen.sh.
  3. Does not seem to be actively maintained.
  4. Build like this:
  5. cd mcell_tools/work/build_mcell/
  6. mkdir -p libs/build_gperftools
  7. cd libs/build_gperftools
  8. ../../../../mcell/libs/gperftools/configure --prefix=`pwd`/install_gperftools
  9. make install