xref: /vim-8.2.3635/src/INSTALLami.txt (revision a62372be)
1INSTALLami.txt - Installation of Vim from source on Amiga and MorphOS
2
3This file contains instructions for compiling Vim. If you already have an
4executable version of Vim, you don't need this.
5
6The file "feature.h" can be edited to match your preferences. You can skip
7this, then you will get the default behavior as is documented, which should
8be fine for most people.
9
10Summary:
11make -f Make_ami.mak        gcc
12make -f Make_ami.mak CC=vc  vbcc
13
14Please note that currently only gcc has been tested. VBCC would need its own
15CFLAGS, but should otherwise work out of the box. For cross-compiling, UNM
16can be used to override uname and thereby set the target. An example is shown
17below:
18
19make -f Make_ami.mak CC=ppc-morphos-gcc UNM=MorphOS
20