aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/mcode/Windows-GNATGPL.rst
blob: d17fe11a8fe6d15b876832db7d0b03bfeb079f47 (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
.. _BUILD:mcode:Windows-GNATGPL:

GHDL with mcode backend build on Windows with GNAT GPL
######################################################

Requirements
============

* GNAT GPL from http://libre.adacore.com
* PowerShell 4
* PowerShell Community Extensions (PSCX)


Scripts and Parameters
======================

`compile.ps1`
-------------

.. code-block:: plain

   Commands          Description
   --------------------------------------------------------------------
   -Help             Display the integrated help pages
   -Clean            Clean up all files and directories
   -Compile          Compile GHDL
   -Install          Install all files into a directory (xcopy deployment)
   -Uninstall        Uninstall all files from a directory
   -Update           Update files in the installation directory
   -CreatePackage    create an installer package

   Install options:
   -InstallPath      Installation directory

   CreatePackage options:
   -Zip              Create a zip-file for xcopy deployment