8 lines
186 B
Bash
Executable File
8 lines
186 B
Bash
Executable File
apt-get install -y g++ make git autoconf libtool
|
|
git clone https://github.com/cpputest/cpputest.git
|
|
cd cpputest
|
|
mkdir cpputest_build
|
|
cd cpputest_build
|
|
autoreconf .. -i
|
|
../configure
|
|
make |