分类: C/C++
2008-04-18 09:54:35
'tar zxvf filename' or 'gunzip -c filename | tar xvf -'
xnc-5.x.x directory
'./configure'. For configure options see output of './configure --help'
'make'
'make install' under root. This operation install files to Your computer.
'xncsetup' for each user who wants to run xnc.
PS: If you have troubles compiling XNC try run './configure --disable-shared' and then make again.
If you want to install xnc to another directory that default one (/usr), then read this part of instructions:
Assume that you want to install xnc locally to your home directory and don't have 'root' access.
For example your home directory is '/home/leo'.
'tar zxvf filename' or 'gunzip -c filename | tar xvf -'
xnc-5.x.x directory
'./configure --prefix=/home/leo'. For more configure options see output of './configure --help'
'make'
'make install'. This operation install files to Your computer.
'xncsetup' before running xnc. Do it under X window system because xncsetup requires connection to X server. XNC installs itself in the following directories:
'/home/leo/bin' directory in your $PATH environment.
'export PATH=/home/leo/bin:$PATH' into your local startup script.