Update README.md

This commit is contained in:
johnnyhou327 2019-08-04 13:32:05 +08:00 committed by GitHub
parent 97920a1d5e
commit d267ed042d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ Install CMake for example on Ubuntu:
sudo apt-get install -y cmake build-essential
```
To compile and package the JDBC driver source code, you should have a Java jdk-8 or higher and Apache Maven 2.7 or higher installed.
To install openjdk-8 on Ubuntu:
```
sudo apt-get install openjdk-8-jdk
```
To install Apache Maven on Ubuntu:
```
sudo apt-get install maven
```
Build TDengine:
```cmd