CVS instruction for Osogo

After editing:

  • copy files which is edited to the osogo directory in cvs working directory.
  • edit the Makefile.am by adding the new file names to osogo_DATA. For example: if you want to add "InterfaceWindow?.py" and "InterfaceWindow?.glade"
    osogo_DATA=\
    EntryListWindow.glade\
    EntryListWindow.py\
    InterfaceWindow.py\
    InterfaceWindow.glade\
    , , , , , , ,
    

  • reinstall E-Cell3.
[kem@dhcp025 cvs]$ cd ecell3/
[kem@dhcp025 ecell3]$ ./autogen.sh --prefix=/whatever/directory
[kem@dhcp025 ecell3]$ make
[kem@dhcp025 ecell3]$ make install

Detailed information on how to InstallEcell?3 is here.

  • check if the program works successfully
  • cvs add and cvs commit