Skip to content

Instantly share code, notes, and snippets.

@antonlogvinenko
Created August 10, 2017 22:19
Show Gist options
  • Save antonlogvinenko/af520bc8a075984d9e7c281ee43b2d72 to your computer and use it in GitHub Desktop.
Save antonlogvinenko/af520bc8a075984d9e7c281ee43b2d72 to your computer and use it in GitHub Desktop.
honest-profiler setup for centos7
# https://github.com/jvm-profiling-tools/honest-profiler
JAVA_HOME=/usr/java/default
export JAVA_HOME
git clone https://github.com/unittest-cpp/unittest-cpp.git
cd unittest-cpp/
cmake .
sudo make install
cd ..
wget http://nodejs.org/dist/v0.10.30/node-v0.10.30.tar.gz
tar xzvf node-v* && cd node-v*
./configure
sudo make install
cd ..
git clone https://github.com/jvm-profiling-tools/honest-profiler.git
cd honest-profiler
UNITTEST_INCLUDE_DIRS="/usr/local/include/UnitTest++" UNITTEST_LIBRARIES="UnitTest++" cmake CMakeLists.txt
export LC_ALL=C
mvn clean package -DskipTests=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment