Not logged in
Artifact [811b778834]

Artifact 811b77883492d1ece1111e374da6f644b3e91c40:

Wiki page [Quick start] by ramsan 2009-10-15 14:26:04.
D 2009-10-15T14:26:04
L Quick\sstart
P 490bd01fe99450a88cab07ef715bb006466cd220
U ramsan
W 1588
<h2>Quick start for setting up a local repository of RamDebugger source code</h2>

  *  Donwload and install fossil from [http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki] 

  *  From the command line, execute the following command:

    <pre>fossil clone http://clone:clone@www.compassis.com:8079/c/ramdebugger ramdebugger.fsl</pre>

    <b>Password</b>: <i>clone</i>

    <b>Note</b>: A file ramdebugger.fsl will be created in current directory. It contains a full copy of the repository. This file can be stored anywhere 

  *  In the directory where the sources must be checkout do:

     <pre>fossil open ../.../ramdebugger.fsl</pre>

  *  Make changes to the source code

  *  To add the changes to the repository, execute:

     <pre>fossil commit -m "Explanation message"</pre>

  *  To retrieve new changes from the base repository:

     <pre>fossil update</pre>

  *  To execute <b>RamDebugger</b>, perform the following steps:

  1  Install ActivestateTCL. Check that it contains all necessary TCL packages

  2  Copy the corresponding library (.so for Linux, .dll for Windows and .dynlib for MacOSX) from the directory <b>libs</b> to the directory <b>scripts</b>

  3  Execute file <i>RamDebugger.tcl</i>

  4  If some TCL packages are required that are not standard packages that can be obtained from <b>ActivestateTCL</b>, download <b>RamDebugger</b> from [http://www.compassis.com/ramdebugger/Download] and get the packages from there

  *  For more details: [http://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki]
Z 3f974160cdc403f78d1f7ae6413a9132