
To (re-)create the Glade project for HeGraph, do the following:

- Start Glade Interface Designer. The version we used was 2.5.0.

- From Glade, open project "hegraph.glade".

- Once open, "Build" the project.

- Open a terminal window, and go to the example/host/linux 
  directory.

- Run "autogen.sh".

- Change directory into the "src" sub-directory

- Edit the Makefile:

  * Add files "drawit.c", "fft.c" and "example2.c" - there are
    4 locations where to insert. (Line 52, "am_hegraph_OBJECTS";
    line 62, "DEP_FILES"; line 169, "hegraph_SOURCES"; line 249)

  * Change CFLAGS to:

    CFLAGS = -g -O2 -D_LINUX=1

  * Change LIBS to:

    LIBS = /usr/local/lib/libhel.so

- Go back one directory level (cd ..).

- Run "make"

- When you run HeGraph, you may find that the FFT graph axis
  are missing. Edit "interface.c", comment out lines 270 and 272.

  gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (cha...

- Run "make" again in the "src" sub-directory.



readme.txt  --  JT 06-12-2006  --  v.1.0


