3 # Copyright 2015 Evan Huus <eapache@gmail.com>
5 # Wireshark - Network traffic analyzer
6 # By Gerald Combs <gerald@wireshark.org>
7 # Copyright 1998 Gerald Combs
9 # SPDX-License-Identifier: GPL-2.0-or-later
13 grep -q WIRESHARK_RUN_FROM_BUILD_DIRECTORY ~
/.profile ||
echo "export WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1" >> ~
/.profile
14 grep -q WIRESHARK_BIN_DIR ~
/.profile ||
echo "export WIRESHARK_BIN_DIR=~/build/run" >> ~
/.profile
17 cmake
-DENABLE_CCACHE=ON ..
/wireshark