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
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:
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:
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
9) run with:
also you should check the developer_manual as you need some dependencies and actions to get it right.
also you should check the developer_manual as you need some dependencies and actions to get it right.