Mercurial > hg > RemoteEditor > vim7
comparison src/INSTALLami.txt @ 0:76efa0be13f1
Initial revision
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 15:07:22 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:76efa0be13f1 |
---|---|
1 INSTALLami.txt - Installation of Vim from source on Amiga | |
2 | |
3 This file contains instructions for compiling Vim. If you already have an | |
4 executable version of Vim, you don't need this. | |
5 | |
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. | |
9 | |
10 | |
11 Summary: | |
12 make -f Make_manx.mak Manx C | |
13 make -f Make_sas.mak Lattice/SAS C | |
14 make -f Make_dice.mak DICE | |
15 | |
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. | |
18 | |
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 | |
23 is preferred?). | |
24 | |
25 The DICE makefile has been reported to work by one person only. | |
26 | |
27 You will have to set the "VIM" environment variable to the location of the | |
28 documentation files. | |
29 | |
30 | |
31 MorphOS | |
32 | |
33 Use the Make_morph.mak Makefile: | |
34 make -f Make_morph.mak |