I tried to eliminate external libraries as much as possible but many still left. There should be no need as all are available in modern linuxes. Please help simplifying. Resulting executable file is relatively large because of many static libraries in it.
Instructions for building fedora rpm in mock:
Create temporary folder anywhere, for example:
mkdir temp
Download master.zip and external.tar.xz into it.
Download icq.tar.gz and extract contents into the folder.
I tried to eliminate external libraries as much as possible but many still left. There should be no need as all are available in modern linuxes. Please help simplifying. Resulting executable file is relatively large because of many static libraries in it.
Instructions for building fedora rpm in mock:
mkdir temp
rpmbuild -bs --define '_sourcedir temp' --define '_specdir temp' --define '_srcrpmdir temp' temp/icq.spec
before last line:
"""
mock --rebuild $PWD/temp/icq-1-2.fc27.src.rpm
it takes about 10-20 minutes to compile after all necessary packages are downloaded and installed.dnf install /var/lib/mock/fedora-27-x86_64/result/icq-1-2.fc27.x86_64.rpm
launch from Applications->Internet menu.