Liaiss Merzougue 66e85fa2d3 Merge branch 'mr/bortolussi/get_rid_of_gnatpython' into 'master'
Get rid of gnatpython

See merge request eng/toolchain/wposix!1
2023-08-21 12:41:17 +00:00
2023-07-31 12:59:47 +02:00
2018-03-02 15:39:27 +01:00
2010-03-20 11:03:37 +00:00
2017-06-08 13:49:03 +02:00
2016-09-19 17:59:25 +02:00

wPOSIX

wPOSIX run only on Windows. This library requires Win32Ada to be installed first.

Installation

To configure, compile and install wPOSIX (requires Cygwin):

$ make setup
$ make
$ make install

This will install wPOSIX into the current GNAT compiler standard location.

To configure, compile and install wPOSIX from Windows command shell:

c:> install c:\gnatpro\6.3.1

Usage

To include wPOSIX into your application you just need to import the wPOSIX project file.

with "wposix.gpr";
project Proj is
   ...
end Proj;
Description
No description provided
Readme 489 KiB
Languages
Ada 97.3%
Python 1.6%
Makefile 0.9%
Batchfile 0.2%