Toon posts:

[linux] KXicq2 compilen??

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer kxicq2 te compilen mbv van deze tutorial:

To compile KXicq2 under KDE3 you have to do the following things:

* Download the latest CVS
* replace the admin dir with a version from lets say kdebase from the kde3 source distribution
* change $(LIB_KFILE)\ to $(LIB_KIO)\ in kxicq/Makefile.am
* continue the rest of the compilation process

CVS downloaden is geen probleem maar de rest is echt niet te volgen. Kan iemand mij helpen?

  • odysseus
  • Registratie: Augustus 2000
  • Laatst online: 15-08 23:01

odysseus

Debian GNU/Linux Sid

Op donderdag 06 juni 2002 17:19 schreef LarBor het volgende:
* Download the latest CVS
Gewoon 'cvs co ...' dus.
* replace the admin dir with a version from lets say kdebase from the kde3 source distribution
Download ook de kdebase-source vanaf kde.org. Daarin vind je een dir genaamd 'admin'. Je verplaatst de dir 'admin' van kxicq of verwijdert deze en zet die van kdebase ervoor in de plaats.
* change $(LIB_KFILE)\ to $(LIB_KIO)\ in kxicq/Makefile.am
Precies zoals het er staat: vervang gewoon het een door het ander in de Makefile.am van kxicq.
* continue the rest of the compilation process
Gewoon 'make -f Makefile.cvs' (of misschien make -f admin/Makefile.common) en dan './configure && make && make install', zoals het in de installatiehandleiding staat.

Leven is het meervoud van lef | In order to make an apple pie from scratch, you must first create the universe.


Verwijderd

Topicstarter
Ok helder,

behalve dit:

change $(LIB_KFILE)\ to $(LIB_KIO)\ in kxicq/Makefile.am

Staat er gewoon niet in :)