|
From: Egon T. <ego...@sa...> - 2005-01-11 12:47:58
|
Hey!
I have changed the structure of the cpp-environment package:
+ All WX related code (utils, external, etc.) has been moved to a wx
directory
+ All CCM related code (CCM_Local, CCM_Remote, etc.) has been moved to
a ccm directory.
Now, the package is organized in the following structure:
|-- bin
|-- ccm
| |-- CCM_Local
| | |-- CCM_OCL
| | |-- HomeFinder
| | |-- LocalComponents
| |-- CCM_Python
| |-- CCM_Remote
| | |-- RemoteComponents
| | `-- SessionContainer
`-- wx
|-- external
| `-- mico
| |-- basic
| `-- coss
`-- utils
|-- code
|-- error
`-- types
As descibed in the INSTALL file, to build the whole C++ component
runtime environment simply type:
$ confix.py --packageroot=`pwd`/wx --bootstrap --configure --make
--targets="install"
$ confix.py --packageroot=`pwd`/ccm --bootstrap --configure --make
--targets="install"
:-) Egon
|