7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
wget https://googlemock.googlecode.com/files/gmock-1.6.0.zip
|
|
unzip gmock-1.6.0.zip
|
|
cd gmock-1.6.0
|
|
./configure
|