CGRU Installation
-
Download a latest release and unpack.
- Use Keeper to launch applications.
Developers:
You can use SVN to check out latest version:
$ svn co https://cgru.svn.sourceforge.net/svnroot/cgru cgru
And build it yourself.
Setup Environment:
You can setup you $PATH and $PYTHONPATH variables, to use Afanasy commands and to import Python module.
To setup CGRU commands and Python module, you need to go in CGRU folder and source a script:
$ cd cgru
$ source ./setup.sh
You can put next lines at the end of your ~/.bashrc file:
# CRGU:
pushd .../cgru; source ./setup.sh; popd
And shell will automatically source it at every launch.
MS Windows:
cmd scripts are also provided (its do the same).
Run CGRU:
CGRU examples are located in cgru/examples directory.
General tools for specific soft are located in cgru/plugins/[software_name] folder.
Afanasy Tools for specific soft are located in cgru/afanasy/plugins/[software_name] folder.
Examples has software launching scripts to make them to run with CGRU and Afanasy setup.
Documentation for specific soft in located in cgru/plugins/[software_name]/doc folder.
Run examples by executing script from it example directory.
To launch Blender example:
$ cd cgru/examples/blender
$ ./start_blender.sh
MS Windows:
You can double click application launch script in cgru\start directory,
or create link to it, to launch example run its script.
Example for Blender: cgru\examples\blender\start_blender.cmd
|