我正在尝试在 Ubuntu 18.04 上构建 Opencv。
当我运行时,make
我收到错误:
grfmt_jpeg2000.cpp:59:10: fatal error: jasper/jasper.h: No such file or directory
#include <jasper/jasper.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
Run Code Online (Sandbox Code Playgroud)
我已经jasper
安装并安装了libjasperreports-java
. 但是jasper.h
在我的系统中找不到该文件。我可以安装任何库apt install
来获取该文件吗?
我在 Dell xps 13 9360 上运行 Ubuntu。
Ubuntu 软件更新告诉我我的 BIOS 有更新,更新在这里。
在链接中报道了这一点:
Fixes & Enhancements
Fixes:
- Fixed incorrect Windows operating system logon message.
Run Code Online (Sandbox Code Playgroud)
由于我没有安装 Windows,我应该跳过这个更新还是安装它更好?