For users

There is no install package today, but you can install it by getting:

0) You need CS compiled and you also have to compile the Python bindings (on windows this is wkspytypical.sln, you will get a cspython.dll in the CS dir)

1) As a base you need Python 2.5 , be sure you have it.

2) To get the python files you need Mercurial client and get the head using :

First GtkCS

hg clone http://rcs.kyanite-studios.org/hg/gtkcs

Then DAMN,

hg clone http://rcs.kyanite-studios.org/hg/damn

And CAF,

hg clone http://rcs.kyanite-studios.org/hg/caf

And at last CA,

hg clone http://rcs.kyanite-studios.org/hg/ca

And metamodel

hg clone http://rcs.kyanite-studios.org/hg/metamodel

For windows users

3a) I collected all the files I've downloaded and installed here.

3b) Install the packages listed here, to get them look at the windows support pages:

  • pygtk-2.12.1-2.win32-py2.5.exe,
  • pygobject-2.14.1-1.win32-py2.5.exe,
  • pycairo-1.4.12-1.win32-py2.5.exe,
  • kiwi-1.9.22.win32.exe,
  • PyOpenGL-3.0.0b8.win32.exe
  • pygtkglext-1.1.0.win32-py2.5.exe
  • PyYAML-3.08.win32-py2.5.exe
  • gtk-2.12.9-win32-2.exe

4) Copy the *.pyd files generated during compilation of python bindings into CS\scripts\python\frozen\ this is where your CA will search for “cspace” files.

5) Get mercurial to get

hg clone http://rcs.kyanite-studios.org/hg/metamodel

6) in a shell window, point PYTHONPATH to:

  • the path where you have downloaded gtkcs,
  • the path where you have downloaded caf
  • your “cspace” files directory
  • your CS main dir

set PYTHONPATH=D:\CA\gtkcs;D:\CA\caf;D:\CS;D:\CS\scripts\python\frozen\;D:\

7) Generate the plugins metadata:

python D:\CA\caf\bin\plugdev D:\CA\ca\plugins D:\CA\caf\plugins

8) set CAF_PLUGINS path

  • set CAF_PLUGINS=D:\CA\caf\plugins;D:\CA\ca\plugins

9) run with:

  • c:\Python2.5\python.exe ca\app.py –mm-inspector

also you should check the developer_manual as you need some dependencies and actions to get it right.

For developers

also you should check the developer_manual as you need some dependencies and actions to get it right.

 
ca/download.txt · Last modified: 2009/08/06 19:12 by 88.185.53.231
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki