 |
|
|
|
|
- about
- documentation
- screenshots
- download
- faq
- hacking
- links
|
|
|
|
 |
|
|
|
|
Installation and configuration
- Download Xai from Sourceforge download site, or checkout fresh sources from CVS
using command:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/xai co alpha/xai
|
- Enter the source directory and follow the traditional procedure:
./autogen.sh # if You are using CVS sources
./configure
make
sudo make install
|
- Now, You might want to download the default set of blocks, from here or using CVS:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/xai co alpha/blocks2
|
- Enter their source directory, configure with the path where You want them to be installed, e.g.:
./autogen.sh # if You are using CVS sources
./configure --with-prefix=~/.xai/blocks # default is /usr/local/share/xai/blocks
|
and run:
make
make install # or 'sudo make install'
|
the blocks (*.xai.so files) will be installed in the specified directory
along with their directory structure.
|