@@ -66,11 +66,15 @@ bin/runtime
66
66
```
67
67
##### Output
68
68
```
69
+ jed@jed:~/kev1.0.0/# bin/runtime
69
70
INFO: Kevoree Start event : node name = node0
71
+ INFO: TODO Model Checker
72
+ Downloading File => http://maven.reacloud.com/repository/reacloud/release/org/kevoree/library/CPPNodeType/1.0.0/CPPNodeType-1.0.0.so
70
73
INFO: PreCompare BootStraping
71
74
INFO: Adaptation model size 2
72
- INFO: Adaptation time delta (ms) = 4
73
- INFO: Update sucessfully completed
75
+ Downloading File => http://maven.reacloud.com/repository/reacloud/release/org/kevoree/library/kevoree-group-websocket/1.0.0/kevoree-group-websocket-1.0.0.so
76
+ INFO: Adaptation time delta (ms) = 8
77
+ INFO: Update sucessfully completed.
74
78
```
75
79
76
80
### Kevoree Runtime options :
@@ -84,10 +88,8 @@ INFO: Update sucessfully completed
84
88
85
89
### Kevoree Editor:
86
90
87
- The kevC++ platform bootstrap by default with a group which listen on port 9000 you can pull the model with the great web editor :
88
- ```
89
- http://editor.kevoree.org/
90
- ```
91
+ The kevC++ platform bootstrap by default with a group which listen on port 9000 you can pull the model with the awesome web editor :
92
+ http://editor.kevoree.org
91
93
For more information => https://github.com/kevoree/kevoree-web-editor
92
94
93
95
@@ -269,11 +271,12 @@ make install
269
271
```
270
272
271
273
FAQ:
274
+ ```
272
275
bin/runtime: error while loading shared libraries: libkevoree-model-dynamic.so: cannot open shared object file: No such file or directory
273
276
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KEVORE_CPP_FOLDER/lib
274
277
275
278
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$KEVORE_CPP_FOLDER/lib
276
-
279
+ ```
277
280
278
281
279
282
0 commit comments