summaryrefslogtreecommitdiff
path: root/README
blob: deae9007091b5b85fc7fd6b64de34031a27dc184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation:

* Determine which is the favourite make ('make', 'gmake', 'nmake') of your
  platform
* The Make chooses the right makefile for you (e. g. GNUmakefile for GNU make)
* call '<your make> all'
* call '<your make> install'

Customization of the build process:

* Check out the file 'makefiles/gmake/compiler.mk' for compiler settings, choose
  them at will
* On Windows check out 'makefile/nmake/config.mk' and adapt the paths

New unsupported platforms, architectures, compilers

* Check out 'makefiles/gmake/guess_env' and add code to detect your new
  environment
* Check out 'include/wolf/port/sys.h' and 'src/port/sys_internal.h' and set
  the proper macros fitting to your new environment
* You may have to extend existing modules (e. g. HP Unix loader in
  'src/library/loader.c')