Compile OpenRPA from source + LiteDB/Open3270 missing files

你好,有没有把源码编译成软件的教学视频,以及相关配置和需要的软件,还有为什么LiteDB和Open3270目录下缺少文件,希望你能够帮助我

Google translate:
Hello, is there any tutorial video on how to compile source code into software, as well as the relevant configuration and required software, and why there are missing files in the LiteDB and Open3270 directories? I hope you can help me

Hi,
Would be best to stick with English.
The instructions to build OpenRPA from source are here:

As for LiteDB and Open3270, you can exclude those projects and build without them, I don’t know why they have missing files for you.

most likely you forgot to clone with --recursive added

git clone https://github.com/open-rpa/openrpa.git --recursive

I you can get them after cloning using

git submodule update --recursive --init 

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.