Commit 5caa17d8 by lvzhengyang

update README

parent 127a0e19
...@@ -5,11 +5,9 @@ ...@@ -5,11 +5,9 @@
## TODO ## TODO
* make TCL to recognize my configured commands
* cannot find the extern defined char* minieda_swig_tcl_inits
* add OpenDB * add OpenDB
* with swig * with swig
* use the original OpenDB, and build the tcl api by myself.
## DONE ## DONE
...@@ -25,3 +23,13 @@ ...@@ -25,3 +23,13 @@
### 2022.11.01 ### 2022.11.01
* try to add Boost, but it has some toubles with pthread. * try to add Boost, but it has some toubles with pthread.
### 2022.11.17
* make TCL to recognize my configured commands
* use TclEncode.tcl to encode the user defined tcl script, and define an evalTclInit function to decode it; each time the tcl launched, it firstly source the encoded user defined tcl scripts.
* add `utl` directory, contains:
* logger: based on spdlog
* tcl_utl: evalTclInit which decode the user defined tcl scripts.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment