mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 14:07:49 +08:00
Update compile.md
ubuntu18的例子中,jre在编译的时候会报错,应该改为jdk。
This commit is contained in:
parent
f00ae2b43d
commit
1bed6795e0
@ -33,7 +33,7 @@ WVP-PRO使用Spring boot开发,maven管理依赖。对于熟悉spring开发的
|
|||||||
ubuntu环境,以ubuntu 18为例:
|
ubuntu环境,以ubuntu 18为例:
|
||||||
|
|
||||||
``` bash
|
``` 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为例:
|
window环境,以windows10为例:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user