gCAD

A simple 2D CAD application for GNOME





  1. Introduction

  2. Current Status, Last News and Near TO-DO

  3. Needed Software

  4. Download

  5. Compiling and Installation

  6. The Author



Last Update: October 10th, 1998.



INTRODUCTION

gCAD is (will be ;-) a simple 2D CAD program for the GNOME Desktop Environment. It has been started in September of 1998.

gCAD is based only in software under the GNU Public License (GPL). (see OpenGL / MesaGL note below).

At present, there is just one person (me) working on it, but when the project advance - I hope so - more people will join to it.

A screenshot is here:






CURRENT STATUS, LAST NEWS AND NEAR TO-DO

gCAD is work-in-progress and its development advances as far as I have time. By now, it is very far to be complete or usable with other purposes than those to check it or to learn Gtk+ / GNOME programming.

LAST NEWS:

NEAR TO-DO:



NEEDED SOFTWARE



DOWNLOAD

The whole source code can be downloaded from here:



COMPILING AND INSTALLATION

Both compiling and installation of gCAD is a fairly easy.

  1. Uncompress the file and change to the new directory. For example,

    tar -xvfz gcad.0.0.2.tar.gz

    cd gcad

  2. Configure for your system.. E.g., for my system:

    ./configure --prefix=/opt/gnome --with-lib-MesaGL --with-GL-prefix=/usr/local

  3. Make program:

    make

  4. Install:

    make install



THE AUTHOR

Well, if you have any comments / suggestions / etc. to make, I can be reached at:

Iñigo Serna <inigo@bipv02.bi.ehu.es>.

Date: October 10th, 1998.