This repository was archived by the owner on Feb 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,18 @@ ls cdbg_java_agent_gce.tar.gz
6666```
6767
6868Note that the build script assumes some dependencies. To install these
69- dependencies on Debian, run this command:
69+ dependencies, run this command:
70+
71+
72+ ** On Debian 8:**
73+
74+ ``` shell
75+ sudo apt-get -y -q --no-install-recommends install \
76+ curl gcc build-essential libssl-dev unzip openjdk-7-jdk \
77+ cmake python maven
78+ ```
79+
80+ ** On Debian 9:**
7081
7182``` shell
7283sudo apt-get -y -q --no-install-recommends install \
Original file line number Diff line number Diff line change 2222# The build script assumes some dependencies.
2323# To install those on Debian, run this command:
2424# sudo apt-get -y -q --no-install-recommends install \
25- # curl gcc build-essential libssl-dev unzip openjdk-8 -jdk \
25+ # curl gcc build-essential libssl-dev unzip openjdk-7 -jdk \
2626# cmake python maven
2727#
2828# The Java Cloud Debugger agent uses glog, gflags and jsoncpp libraries.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ASM_COMMONS_JAR_PATH ?= /usr/lib/asm-8.0/lib/asm-commons-8.0.jar
3838ASM_UTIL_JAR_PATH ?= /usr/lib/asm-8.0/lib/asm-util-8.0.jar
3939GOOGLE_API_JAVA_CLIENT_PATH ?= /usr/lib/google-api-java-client
4040JAVA_BUILD ?= maven
41- JAVAC =javac -source 1.8 -target 1.8
41+ JAVAC =javac -source 1.7 -target 1.7
4242BUILD_TARGET_PATH ?= .
4343
4444OPT_FLAGS = -O3 -D NDEBUG
You can’t perform that action at this time.
0 commit comments