Skip to content

Commit

Permalink
Update README : add requirement for mysql development package #12
Browse files Browse the repository at this point in the history
  • Loading branch information
hongnguyen-tma committed May 29, 2018
1 parent 59ba1d2 commit 38b3dfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ Licensed under Apache License 2.0.
* [openssl](https://www.openssl.org/)
* OpenSSL 1.1.0 or higher (for libcoap)

* MySQL 5.7 or higher
* MySQL 5.7 or higher and its development package
* Install mysql development package in Ubuntu:
$ sudo apt-get install libmysqld-dev

## Recommandation Environment
* Ubuntu 16.04+
* macOS High Sierra 10.13+

## How to build go-dots
### build libcoap for go-dots
### Build libcoap for go-dots
Currenly supported libcoap version : 1365dea
$ git clone https://github.com/obgm/libcoap.git
$ cd libcoap
Expand Down

0 comments on commit 38b3dfd

Please sign in to comment.