7 lines
92 B
Bash
7 lines
92 B
Bash
#! /bin/bash
|
|
cd ..
|
|
mkdir libs_build_linux
|
|
cd libs_build_linux
|
|
cmake ../libs
|
|
make install $@
|