blob: a2c9faf2470fa7633bf1343d5f4fd093d6b579f9 [file] [log] [blame]
Bram Moolenaara62372b2020-09-09 20:41:40 +02001INSTALLami.txt - Installation of Vim from source on Amiga and MorphOS
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
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
Bram Moolenaar071d4272004-06-13 20:20:40 +000010Summary:
Bram Moolenaara62372b2020-09-09 20:41:40 +020011make -f Make_ami.mak gcc
12make -f Make_ami.mak CC=vc vbcc
Bram Moolenaar071d4272004-06-13 20:20:40 +000013
Bram Moolenaara62372b2020-09-09 20:41:40 +020014Please 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:
Bram Moolenaar071d4272004-06-13 20:20:40 +000018
Bram Moolenaara62372b2020-09-09 20:41:40 +020019make -f Make_ami.mak CC=ppc-morphos-gcc UNM=MorphOS