File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
XEngine_Source/XEngine_ServiceApp/XEngine_HttpApp Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ git submodule init
8787git submodule update
8888
8989#### Linux
90- ubuntu: sudo apt install sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev
90+ ubuntu: sudo apt install sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev libleptonica-dev libtesseract-dev
9191centos: compile by self
9292use makefile compile,UBUNTU24.04 x64 or RockyLinux 9 x64
9393Run it on the terminal
9494
9595#### Macos
96- install opencc : brew install lua opencv qrencode
96+ install environment : brew install lua opencv qrencode leptonica tesseract
9797use makefile compile,mac 13 and above
9898Run it on the terminal
9999
Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ git clone https://gitee.com/xengine/XEngine_PhoneData.git XEngine_Source/XEngine
9494直接运行即可
9595
9696#### Linux
97- ubuntu: sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev
97+ ubuntu: sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev libleptonica-dev libtesseract-dev
9898centos:需要自己编译
9999Linux使用Makefile编译,UBUNTU24.04 x64或者RockyLinux 9 x64
100100在控制台运行
101101
102102#### Macos
103- 安装opencc ,执行命令: brew install lua opencv qrencode
103+ 安装环境 ,执行命令: brew install lua opencv qrencode leptonica tesseract
104104使用makefile编译,控制台运行,需要mac 13以及以上版本
105105在控制台运行
106106
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ifeq ($(PLATFORM),linux)
5151 FILEEXT = so
5252 LIBFLAG = -shared
5353 LIBEX = -lpthread -lrt -ldl
54- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
54+ LOADBIN = -Wl,-rpath=./:/usr/local/ffmpeg-xengine/lib ,--disable-new-dtags
5555else ifeq ($(PLATFORM),mac)
5656 CC += -Wno-deprecated-declarations
5757 PLATVER = -D __MACOS__
You can’t perform that action at this time.
0 commit comments