From 395e57b030a2161bf4c7f919338c986b3746eff7 Mon Sep 17 00:00:00 2001
From: pavet
Date: Fri, 17 Sep 2004 14:57:05 +0000
Subject: meilleure explicitation de la demarche d'installation et de la
dépendance tkinter.
---
docs/dev/how2build.html | 36 +++++++++++++------
docs/dev/maintainer_notes.txt | 82 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+), 11 deletions(-)
diff --git a/docs/dev/how2build.html b/docs/dev/how2build.html
index 738bf8e..bdca950 100644
--- a/docs/dev/how2build.html
+++ b/docs/dev/how2build.html
@@ -4,26 +4,40 @@
-
-First of all ivycpy is building process is managed by autoconf.
+
+
+First of all ivycpy building process is managed by
+autoconf. The configure script file shoule help you
+to build a GNUmakefile with the suitable environment or hlep you
+detect the flaws in your environment.
+
You should have to do the following actions:
- - say to configure where is ivy-c lib and include files (LD_LIBRARY_PATH , CPPFAGS)
-
- say to configure where is your version of Python (LD_LIBRARY_PATH ,
-CPPFAGS) (Note: a specific version is required exporting some MACRO def)
-
- launching configure with the suited location of tcl/tk configuration file tclConfig.sh and your target
- destination:
- ./configure --prefix=/opt/ivycpy-dp --with-tcl=/opt/tcltk-8.4.5/lib/
- verify that every test is ok; normally if all is ok, you should be capable to compile and install
- without any problems.
+
+ - say to configure where is ivy-c lib and include files
+ LD_LIBRARY_PATH , CPPFAGS)
+
+
- say to configure where is your version of Python
+(LD_LIBRARY_PATH , CPPFAGS) (Note: a specific version is required
+exporting some MACRO def)
+
+
- launching configure with the suited location of tcl/tk
+ configuration file tclConfig.sh and your target destination:
+ ./configure --prefix=/opt/ivycpy-dp --with-tcl=/opt/tcltk-8.4.5/lib/
+
+
verify that every test is ok; normally if all is ok, you
+ should be capable to compile and install without any problems.
+
- make
+
- make install
+
-Last modified: Mon May 24 16:43:51 CEST 2004
+Last modified: Fri Sep 17 16:49:43 CEST 2004