-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-GCI.txt
35 lines (28 loc) · 1.13 KB
/
build-GCI.txt
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
--------------------------------------------------------------------------------
Install pre-built rexx-gci
--------------------------------------------------------------------------------
cd <my directory>
mkdir rexx
cd rexx
git clone https://github.com/jlfaucher/rexx-gci.git
:: and add <my directory>/rexx/rexx-gci/build/windows-x86_64/cl/release to your PATH
:: or add <my directory>/rexx/rexx-gci/build/windows-arm64/cl/release to your PATH
--------------------------------------------------------------------------------
Build rexx-gci (optional because binaries already available in Github)
--------------------------------------------------------------------------------
Prerequisite:
You have already installed Builder and built Executor or ooRexx with Builder.
See build-executor.txt
or build-executor5.txt
or build-oorexx.txt
You have initialized a session with Executor or ooRexx (call ..\builder\scripts\setenv ...)
cd <my directory>
cd rexx
cd rexx-gci
cd src
# MacOs & Linux
make -f GNUmakefile-builder configure
make -f GNUmakefile-builder
# Windows
nmake /f Makefile-builder.vc configure
nmake /f Makefile-builder.vc