Not logged in
Update of "Quick start"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 811b77883492d1ece1111e374da6f644b3e91c40
Page Name:Quick start
Date: 2009-10-15 14:26:04
Original User: ramsan
Parent: 490bd01fe99450a88cab07ef715bb006466cd220 (diff)
Next b4102c4e1139ea462a59f5d4df77e2dba2eaba3a
Content

Quick start for setting up a local repository of RamDebugger source code

  • From the command line, execute the following command:
fossil clone http://clone:clone@www.compassis.com:8079/c/ramdebugger ramdebugger.fsl
Password: clone
Note: 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:
fossil open ../.../ramdebugger.fsl
  • Make changes to the source code
  • To add the changes to the repository, execute:
fossil commit -m "Explanation message"
  • To retrieve new changes from the base repository:
fossil update
  • To execute RamDebugger, perform the following steps:
  1. Install ActivestateTCL. Check that it contains all necessary TCL packages
  1. Copy the corresponding library (.so for Linux, .dll for Windows and .dynlib for MacOSX) from the directory libs to the directory scripts
  1. Execute file RamDebugger.tcl
  1. If some TCL packages are required that are not standard packages that can be obtained from ActivestateTCL, download RamDebugger from http://www.compassis.com/ramdebugger/Download and get the packages from there