2019-09-22 21:19:10 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -ex
|
2017-06-29 19:01:10 +00:00
|
|
|
ccache -s || echo "CCache is not available."
|
2017-04-19 19:54:15 +00:00
|
|
|
mkdir build && cd build
|
2020-03-25 08:07:22 +00:00
|
|
|
cmake -DBUILD_CAPTIONS=ON -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../cef_binary_${CEF_BUILD_VERSION}_linux64" ..
|