OSS-DocumentScanner: [BUG] Unable to build using provided instructions
Version
master
What platform are you using?
Android
OS Version
Ubuntu 22.04.3 LTS
What happened?
I made some progress to set up the development environment by running a few extra commands:
npm install -g nativescript ts-patch typescript # missing deps
ln -sf $PWD/opencv/android plugin-nativeprocessor/platforms/android/cpp/opencv # fix broken symlink
It starts to build things, but now it fails on an error I don’t know how to investigate:
...
Webpack compilation complete. Watching for file changes.
assets by status 6.77 MiB [cached] 52 assets
asset assets/images/filter_color.png 4.61 KiB [emitted] [from: app/assets/images/filter_color.png] [copied]
Entrypoint bundle 3.99 MiB = runtime.js 11.7 KiB vendor.js 3.57 MiB bundle.js 411 KiB
Entrypoint application 13.3 KiB = runtime.js 11.7 KiB application.js 1.55 KiB
cached modules 3.87 MiB (javascript) 12.1 KiB (runtime) [cached] 527 modules
webpack 5.90.3 compiled successfully in 439 ms
cp: no such file or directory: /home/user/projects/OSS-DocumentScanner/plugin-nativeprocessor/platforms/android/cpp/src
I don’t know what’s supposed to be in this folder, any leads?
Thanks!
Relevant log output
No response
Code of Conduct
- I agree to follow this project’s Code of Conduct
About this issue
- Original URL
- State: closed
- Created 4 months ago
- Comments: 23
It works! 🎉 I’ll try to tinker with some image enhancements algorithms now, thank you very much!!