aboutsummaryrefslogtreecommitdiff
path: root/README
blob: f81af7a99ecf2c070938c999c75dd247bb2eccdd (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
--------------------------------------------------------------------
Read Me first !
--------------------------------------------------------------------
To use this ivy-c ada wrapper, you must have ivy-c installed on your system.
(requires /usr/lib/libivy.so(.....) )

To compile "my_prog" (only if ivy.ads and ivy.adb are in current directory):

%:gnatmake my_prog -largs -livy

For instance, you will find in the src directory, to little examples 
of how to use ivy in your programs : spy and send.

just compile them by ready-to-use makefile :

%:make or make spy or make send
%:make clean

--------------------------------------------------------------------
A lire avant de compiler !
--------------------------------------------------------------------
Pour utiliser Ivy en Ada, Ivy-c doit etre installe 
(presence de /usr/lib/libivy.so(.....) obligatoire)

Pour compiler "my_prog": 
(si ivy.ads et ivy.adb sont dans le repertoire courant) 

gnatmake my_prog -largs -livy