1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-30 08:02:57 +08:00
threadx/scripts/install.sh

22 lines
331 B
Bash
Raw Normal View History

#!/bin/bash
#
# Install necessary softwares for Ubuntu.
apt-get update
apt-get install -y \
gcc-multilib \
git \
g++ \
python3-pip \
ninja-build \
unifdef \
p7zip-full \
tofrodos \
gawk \
cmake \
software-properties-common
python3 -m pip install --upgrade pip
2023-04-20 17:20:15 +08:00
pip3 install gcovr==4.1