You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ It allows you to save 90% of information service costs in a year.
59
59
36. mac address vendor query
60
60
37. ORC Get TEXT With image
61
61
38. P2P
62
+
39. DNS protocol support
62
63
63
64
## install
64
65
@@ -83,12 +84,12 @@ Modify the database configuration in XSQL in the configuration file to your
83
84
The default configuration does not enable database support. If the database interface is required, you need to enable the database yourself
84
85
85
86
#### Windows
86
-
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencv[contrib]:x86-windows libqrencode:x86-windows lua:x64-windows opencv[contrib]:x64-windows libqrencode:x64-windows
87
+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows
87
88
use vs open and compile,suport windows 7sp1 and above
88
89
Just Run it
89
90
90
91
#### sub module
91
-
Due to the dependent sub-modules, after you checkout the warehouse, execute the following command in the warehouse directory to pull the sub-modules
92
+
Due to the dependent sub-modules, after you checkout the resprepository, execute the following command in the resprepository directory to pull the sub-modules
0 commit comments