summaryrefslogtreecommitdiff
path: root/docs/dev/how2build.html
blob: fd7bca80cecc03f6076e2010cb967fcc6463f45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Ivycpy - buiding instructions</title>
</head>

<body>
<H2><A NAME=PURPOSE>Ivycpy - buiding instructions</A></H2> 

<p>Requirements: building from the source requires the following:
<ul>
  <li>SWIG in version 1.3.x
  <li>ivy-c-dev in version >= 3.3
  <li>Python Tkinter : a patched version is required ; delivered as
	  a debian package python2.1-tk-o - ask to the maintainer of this package.
</ul>
</p>

<p>First of all ivycpy building process is managed by
<em>autoconf</em>. The <em>configure</em> script file shoule help you
to build a GNUmakefile with the suitable environment or hlep you
detect the flaws in your environment.</p>

<p>You should have to do the following actions:
<ul>

  <li>say to <em>configure</em> where is ivy-c lib and include files
  LD_LIBRARY_PATH , CPPFAGS)

  <li>say to <em>configure</em> where is your version of Python
(LD_LIBRARY_PATH , CPPFAGS) (Note: a specific version is required
exporting some MACRO def)

  <li>launching configure with the suited location of tcl/tk
	  configuration file tclConfig.sh and your target destination:<br>
	  <em>./configure --prefix=/opt/ivycpy-dp  --with-tcl=/opt/tcltk-8.4.5/lib/</em>

      <br> verify that every test is ok; normally if all is ok, you
	  should be capable to compile and install without any problems.

  <li><em>make</em>

  <li><em>make install </em>

</ul>
</p>


<hr>
<!-- hhmts start -->
Last modified: Thu Oct  7 12:34:09 CEST 2004
<!-- hhmts end -->
</body> </html>