Skip to content

Commit

Permalink
Adjusted INSTALL.md ubuntu build section to initialize submodule
Browse files Browse the repository at this point in the history
Instructions to compile on Ubuntu missed `git clone --recurse-submodules` which caused `../build-libs.sh` to fail.
  • Loading branch information
altmannmarcelo authored and viktormalik committed Feb 27, 2023
1 parent 4238045 commit 7183536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -296,7 +296,7 @@ sudo apt-get install -y \
libgtest-dev \
libgmock-dev \
asciidoctor
git clone https://github.com/iovisor/bpftrace
git clone https://github.com/iovisor/bpftrace --recurse-submodules
mkdir bpftrace/build; cd bpftrace/build;
../build-libs.sh
cmake -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit 7183536

Please sign in to comment.