Changeset 1138
- Timestamp:
- 02/27/07 08:12:43 (1 year ago)
- Files:
-
- gaphor/branches/new-canvas/README (modified) (1 diff)
- gaphor/trunk/utils/Makefile.am (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/new-canvas/README
r659 r1138 5 5 Linux in general). 6 6 7 Gaphor is written in Python, which makes it very easy to use (and7 Gaphor is written in Python, which makes it very easy to use -- and 8 8 very easy to extend (and to write ;-). 9 9 10 You can start Gaphor by running the run-gaphor.sh script if your on *nix. Use the run-gaphor.bat file if your under Windows. 10 You can start Gaphor by running the run-gaphor.sh script if your on *nix. Use 11 the run-gaphor.bat file if your under Windows. 12 13 Note: Before gaphor is built, a config check is done to see if all required 14 modules are present. This check erquires an X11 environment on *nix. Therefore 15 make sure you're $DISPLAY variable is set properly before building or 16 installing Gaphor. 11 17 12 18 Documentation is stored in a different module: gaphor-doc. It can also be
