dulder_docker_mk_container/scipts/cpputest-install.sh

8 lines
178 B
Bash
Raw Normal View History

2024-07-23 21:12:25 +00:00
apt-get install -y g++ make git autoconf
git clone https://github.com/cpputest/cpputest.git
cd cpputest
mkdir cpputest_build
cd cpputest_build
autoreconf .. -i
../configure
make