r17 - 23 Jul 2007 - 12:05:56 - MikeTYou are here: OSAF >  Developers Web  >  ChandlerDesktopSource > BuildingChandlerDesktop > RunningChandlerFromSourceReleases

Running Chandler from Source Releases

When the build system compiles everything it also installs shell scripts for launching Chandler.

Get it

See ChandlerDesktopSource.

Release (non-debug) mode

Go to the directory where you installed the Chandler source tree and do:

        cd chandler
        make install

After the various library files have been downloaded and installed, you can now run Chandler:

        release/RunPython -O Chandler.py

Debug mode

To run Chandler in Debug mode you first need to install the debug libraries:

        cd chandler
        make install DEBUG=1

After the debug files have been downloaded and installed, you can now run the Debug Chandler:

        cd chandler
        debug/RunPython Chandler.py
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r17 < r16 < r15 < r14 < r13 | More topic actions
 
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.