This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/make_libs.sh
2020-08-25 22:38:34 +03:00

7 lines
92 B
Bash

#! /bin/bash
cd ..
mkdir libs_build_linux
cd libs_build_linux
cmake ../libs
make install $@