Closed rpmohn closed 1 year ago
I could install a4 from this tarball in an Ubuntu 20.04 Docker container (with none of those libraries installed).
Hi Ross,
I build on kali-linux without libs:
$ dpkg -l | grep -P "unibilium|libtermkey|libvterm|libtickit"
[Tue Aug 01 17:39:10] mmax@sidbox1 /var/tmp/a4-prerelease/untar/a4-v0.2.2-libs
$ tar -xvf ../a4-v0.2.2-libs.tar.gz a4-v0.2.2-libs/ a4-v0.2.2-libs/cleanlibs.sh a4-v0.2.2-libs/layouts.c a4-v0.2.2-libs/utilities.c a4-v0.2.2-libs/vt.c ...
''' ''' '''
All work fine!!
Max
Closing this with release of v0.2.3.
In an effort to make installation of a4 much simpler, this puts in all needed prerequisite library source code under the lib/ subdirectory. This also improves flexibility in the event that I want to use a new library feature that isn't yet in the mainstream package managers.
For a full test, you can uninstall all of the unibilium, libtermkey, libtickit, and libvterm libraries on your system, even though that shouldn't be required.
@MaxGyver83 @littlewing7 and anyone else who can test this for me, please post your results here. Thank you! -Ross
a4-v0.2.2-libs.tar.gz