我正在尝试按照https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding的说明在 ubuntu 上构建 java-cef 。
在 cmake 步骤
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
我明白了
-- Downloading clang-format from Google Storage...
Failed to fetch file gs://chromium-clang-format/942fc8b1789144b8071d3fc03ff0fcbe1cf81ac8 for tools/buildtools/linux64/clang-format. [Err: /home/x/Desktop/jcef/src/tools/buildtools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Failure: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727).
]
终端表明我正在使用 Python 2.7.15+。
我怎样才能让它发挥作用?非常感谢。
温温酱
相关分类