Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 22, 2024
1 parent ba76b97 commit 6315408
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ fi

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

# First, we want to build LibYAML.
echo "Building LibYAML..."
sudo make -j $THREADS libyaml
# First, we want to build JSON-C.
echo "Building JSON-C..."
make jsonc
echo "Done..."

# Install JSON-C.
echo "Installing JSON-C..."
sudo make jsonc_install

# Next build main project.
echo "Building Main..."
make -j $THREADS
Expand Down

0 comments on commit 6315408

Please sign in to comment.