1 INSTALLami.txt - Installation of Vim from source on Amiga
3 This file contains instructions for compiling Vim. If you already have an
4 executable version of Vim, you don't need this.
6 The file "feature.h" can be edited to match your preferences. You can skip
7 this, then you will get the default behavior as is documented, which should
8 be fine for most people.
12 make -f Make_manx.mak Manx C
13 make -f Make_sas.mak Lattice/SAS C
14 make -f Make_dice.mak DICE
16 The Manx compiler is preferred, it was used to produce the Amiga executable
17 and has been tested most. You should not get any errors or warnings.
19 The SAS compiler can be used. Older versions (6.0 to 6.3) don't work with the
20 optimizer switched on. This seems to be fixed with 6.5 or 6.56, but this has
21 not been tested much. Also disable optimizing when the compiler runs out of
22 memory or crashes the system (yes, that happens; did I say the Manx compiler
25 The DICE makefile has been reported to work by one person only.
27 You will have to set the "VIM" environment variable to the location of the
33 Use the Make_morph.mak Makefile:
34 make -f Make_morph.mak