dulder_docker_mk_container/scipts/cpputest-install.sh

8 lines
186 B
Bash
Raw Normal View History

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