mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-13 09:07:49 +08:00
Merge pull request #2086 from rongzedong/patch-2
Update compile.md ubuntu18的例子中,jre在编译的时候会报错,应该改为jdk。
This commit is contained in:
commit
a5674e82cb
@ -33,7 +33,7 @@ WVP-PRO使用Spring boot开发,maven管理依赖。对于熟悉spring开发的
|
||||
ubuntu环境,以ubuntu 18为例:
|
||||
|
||||
``` bash
|
||||
apt-get install -y openjdk-21-jre git maven nodejs npm
|
||||
apt-get install -y openjdk-21-jdk git maven nodejs npm
|
||||
```
|
||||
|
||||
window环境,以windows10为例:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user