Showing 1 changed files with 4 additions and 1 deletions
+4 -1
README.md
... ...
@@ -1,6 +1,6 @@
1 1
 # Tiny Application server for ThingPark
2 2
 
3
-Script to automatically build a tiny Application Server statically for crossplatform.
3
+Script to automatically build a tiny HTTP Application Server statically for crossplatform.
4 4
 Packets are stored in a sqlite3 database.
5 5
 
6 6
 # Requirements
... ...
@@ -23,4 +23,7 @@ sudo apt install gcc-arm-linux-gnueabi \
23 23
 TODO
24 24
 ```
25 25
 
26
+# Build time
26 27
 
28
+Building single file sqlite3 is long.
29
+On **Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz** with 4 cores and 16GB RAM took 6min30s to complete all targets.