xai-corner

SourceForge.net Logo

Documentation

Installation and configuration

  1. 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
    
  2. Enter the source directory and follow the traditional procedure:
    ./autogen.sh # if You are using CVS sources
    ./configure
    make
    sudo make install
    
  3. 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
    
  4. 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.