Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ libnxcl, 1.0 or higher: NX X compression client library <http://svn.berlios.de/svnroot/repos/freenx/trunk/freenx-client/nxcl/>
Needed to build Krdc with NX support
+ libortp, 0.13 or higher: oRTP provides an API to send rtp packets <http://www.linphone.org/index.php/eng/code_review/ortp>
Needed to build Jingle support in Kopete.
+ speex: speex is an encoder/decoder for the speex audio format. <http://www.speex.org/>
Needed to build Jingle support in Kopete.
+ Decibel: KDE framework for real-time communication <http://decibel.kde.org/>
Used by the Kopete telepathy protocol.
+ WebKitKde: Webkitkde libraries and header files <>
Webkitkde is necessary to compile support for WebKitKde.
+ libmsn, 0.4.0 or higher: A library providing support for the msn protocol <http://sourceforge.net/projects/libmsn>
Required for the Kopete wlm plugin
+ libmeanwhile: A library for protocol support for connection to Sametime servers <http://meanwhile.sf.net>
Required for the Kopete Meanwhile protocol
-----------------------------------------------------------------------------
mi sa che ci vorrebbero tutte a parte webkitkde, che consigli?
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ libnxcl, 1.0 or higher: NX X compression client library <http://svn.berlios.de/svnroot/repos/freenx/trunk/freenx-client/nxcl/>
Needed to build Krdc with NX support
+ libortp, 0.13 or higher: oRTP provides an API to send rtp packets <http://www.linphone.org/index.php/eng/code_review/ortp>
Needed to build Jingle support in Kopete.
+ speex: speex is an encoder/decoder for the speex audio format. <http://www.speex.org/>
Needed to build Jingle support in Kopete.
+ Decibel: KDE framework for real-time communication <http://decibel.kde.org/>
Used by the Kopete telepathy protocol.
+ WebKitKde: Webkitkde libraries and header files <>
Webkitkde is necessary to compile support for WebKitKde.
+ libmsn, 0.4.0 or higher: A library providing support for the msn protocol <http://sourceforge.net/projects/libmsn>
Required for the Kopete wlm plugin
+ libmeanwhile: A library for protocol support for connection to Sametime servers <http://meanwhile.sf.net>
Required for the Kopete Meanwhile protocol
-----------------------------------------------------------------------------
mi sa che ci vorrebbero tutte a parte webkitkde, che consigli?
Mi metto al lavoro dopo la partita
e vi faccio sapere.
ci si puo' anche dividere le cose: di decibel dovresti gia' avere lo slackbuild, mi sembra.
speex e' anche quello su slacky.
provo (il provo non e' a caso) a fare (nell'ordine) i pacchetti di libnxcl e libmsn.
edit: nxcl sembra una discreta rottura di scatole: copio e incollo dal README
nxcl: A library for building NX clients.
Seb James. July-September 2007. seb@esfnet.co.uk
Based on nxclientlib by George Wright, but with all dependencies on Qt
removed and the Qt build system replaced with GNU autotools.
doxygen is required if you want to build source documentation.
The library code is in nxcl-release/lib/.
A binary, called nxcl - the "nxcl dbus daemon" is built in
nxcl-release/nxcl/. nxcl links to libnxcl and can negotiate an nx
connection.
nxcl-release/test/ contains some test programs. notQtTest tests some
of the features of the notQt classes in nxcl-release/lib/. libtest
is a simple command line NX client linking straight to the libnxcl
library. nxcmd is a second command line NX client, but it launches
nxcl, then sends session data there and allows nxcl to negotiate the
NX connection. This could be extended into quite a complete command
line NX client.
A GTK+ NX client called nxlaunch is distributed separately. Nxlaunch
uses the nxcl daemon, though it would be quite possible to write a GTK
client which links directly to the nxcl library.
You should study nxcmd.cpp and nxlaunch if you are interested in
writing an NX client using a different widget system (say Windows, Qt,
Tk, etc) which uses the Nxcl dbus daemon.
Look at nxcl.cpp/h if you want to write an NX client which links
directly to libnxcl.
Building nxcl
-------------
Prerequisites are:
* libXcomp from NoMachine, provided by the nxcomp package.
* nxssh from NoMachine
* nxproxy from NoMachine
(These three NX components all should be from the 3.0.0 series. You can
obtain them from NoMachine's servers at http://www.nomachine.com/sources.php)
And (only) for the standalone dbus client you'll need:
* libdbus-1 - http://dbus.freedesktop.org/ Note that you'll need the dbus
daemon to be running to use the nxcl standalone binary, but NOT if you link
your client directly to libnxcl.so*
The D-Bus client can be disabled with the --without-nxcmd flag to configure.
If you have doxygen on your system, (imperfect) documentation will be
generated from the source header files.
Documentation can be disabled with the --without-doxygen flag to configure.
Compile and install libXcomp, nxssh and nxproxy following the instructions
in the readme file for each package.
il pacchetto di libmsn e' pronto, scarico le altre cose e di nxcl (pare brutto dirlo ma) me ne fotterei, che dici?
-- Performing Test LIBNXCL_NXSSHPROCESS_FOUND - Success
-- Performing Test LIBNXCL_XID_FOUND
-- Performing Test LIBNXCL_XID_FOUND - Failed
-- Could NOT find Decibel (missing: DECIBEL_LIBRARIES)
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ libvncserver
+ libortp
+ speex
+ libjpeg
+ QCA2
+ IDN
+ Soprano
+ Nepomuk
+ SQLite
+ GMP
+ XMMS
+ LibXML2
+ LibXSLT
+ libotr
+ libmsn
+ libmeanwhile
+ OpenSSL
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ libnxcl, 1.0 or higher: NX X compression client library <http://svn.berlios.de/svnroot/repos/freenx/trunk/freenx-client/nxcl/>
Needed to build Krdc with NX support
+ Decibel: KDE framework for real-time communication <http://decibel.kde.org/>
Used by the Kopete telepathy protocol.
+ WebKitKde: Webkitkde libraries and header files <>
Webkitkde is necessary to compile support for WebKitKde.
-----------------------------------------------------------------------------
Ultima modifica di ponce il mer 10 dic 2008, 23:59, modificato 2 volte in totale.