Yang files reorganized into three classes: clixon, mandatory, optional

This commit is contained in:
Olof hagsand 2019-11-26 21:51:28 +01:00
parent 9575d10887
commit 0d22a8b6d0
29 changed files with 166 additions and 462 deletions

View file

@ -77,12 +77,14 @@ One of the examples is [a hello world example](../example/hello). Please start w
## How do you build and install Clixon?
Clixon:
```
./configure;
./configure --enable-optyang;
make;
sudo make install;
sudo make install-include
```
The main example:
(note: optyang enable only if you need to run the main example, otherwise it is not necessary).
The main example:
```
cd example;
make;