Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: ketank on October 10, 2021, 01:29:12 AM
-
Hi
I need to install zbar library on rpi 4 with arm7.
I did not find a package in the current tcz repo.
Please help. Demo scheduled for tomorrow.
-
Build instructions are given here: https://github.com/mchehab/zbar
-
Thank you.
Will go thru it and post update.
-
Hi ketank
Attaching extensions or binaries to posts is not allowed, if that is what you meant by "post update".
Links to extensions or binaries are not allowed either.
If you are considering submitting an extension, Instructions can be found here:
https://web.archive.org/web/20200208152109/http://wiki.tinycorelinux.net/wiki:creating_extensions#submitting
Use the tcesubmit email address, not the picoresubmit address.
-
Hello Rich
I was not suggesting any attachment just an update
I was able to compile but making it persistent was a big problem.
Finally installed in a custom folder and using LD_LIBRARY_PQTH
Thank yoi for your help.
-
Hi ketank
I was not suggesting any attachment just an update ...
No problem. The statement was a little vague so your intent was not clear to me.
I was able to compile but making it persistent was a big problem.
Looking here:
https://github.com/mchehab/zbar/blob/master/INSTALL.md
I saw the following:
You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give configure the option --exec-prefix=PATH, the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix.
So if you include this when you run configure:
--exec-prefix=/home/tc/packageThen make should install libraries and programs under /home/tc/package.
If you install squashfs-tools.tcz you can now create an extension from the installed files like this:
cd
mksquashfs package libzbar.tcz -noappend
-
zbar posted (not tested)
-
Thank you Juanito