Thank you for your correction.
build notes/script:
I manually downloaded, extracted, and compiled these extensions.
so ... I can only try to find it from the bash command history (from a month ago). hoping it hasn't been overwritten.
I cannot promise that I will definitely be able to do it.
The compilation dependencies referenced (
https://archlinux.org/packages/extra/x86_64/fcitx/ ), .etc
build flags :
(I added them to the .profile.)
export CFLAGS="-march=i486 -mtune=i686 -Os -pipe -fexceptions"
export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe -fexceptions"
export LDFLAGS="-Wl,-O1"
./config --prefix=/usr/local is uesd
source code:
source file can be downloaded via the URL in the tcz.info file.
If there is an error in the compilation process, it is mostly due to missing dependencies,
no specific patch used.
In my spare time, I will do these work:
add build notes (dependencies)
strip debug symbols, remove *.la files
Split extension -> dev.tcz, doc.tcz, locale.tcz
remove aircrack-ng.tcz update
Maybe it will be completed in a few weeks.