Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 6315408

Browse files
committed
Update build script.
1 parent ba76b97 commit 6315408

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ fi
1212

1313
echo "Building Packet Batch (Common) using $THREADS threads..."
1414

15-
# First, we want to build LibYAML.
16-
echo "Building LibYAML..."
17-
sudo make -j $THREADS libyaml
15+
# First, we want to build JSON-C.
16+
echo "Building JSON-C..."
17+
make jsonc
1818
echo "Done..."
1919

20+
# Install JSON-C.
21+
echo "Installing JSON-C..."
22+
sudo make jsonc_install
23+
2024
# Next build main project.
2125
echo "Building Main..."
2226
make -j $THREADS

0 commit comments

Comments
 (0)