include dependency to uuid
This commit is contained in:
parent
ec569dbbd7
commit
5ab0ecca2d
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -5,14 +5,19 @@ libSML is a library which implements the Smart Messaging Language (SML) protocol
|
|||
It can be utilized to communicate to FNN specified Smart Meters or Smart Meter components (EDL/MUC).
|
||||
|
||||
### Usage
|
||||
Compile with
|
||||
An expample how to use libSML is in the examples directory.
|
||||
|
||||
#### Dependencies
|
||||
Ubuntu
|
||||
|
||||
apt-get install uuid-dev uuid-runtime
|
||||
|
||||
#### Compilation
|
||||
|
||||
make
|
||||
|
||||
The resulting binaries are located in sml/lib
|
||||
|
||||
An expample how to use libSML is in the examples directory.
|
||||
|
||||
### License
|
||||
Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed - DAI-Labor, TU-Berlin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue