cleanup: Do not mark swp_freemapping as inline
[hed.git] / doc / INSTALL
blob0cb6e1741def764880fe2c2d17879ca85c2f4f49
1 HED Installation
2 ~~~~~~~~~~~~~~~~
4 (1)   $ cd src/
6 (2)   Compile-time configuration
8 You may want to tune the compile-time configuration. For system-specific
9 configuration, see the config.h file, for colors configuration you can
10 edit the term/term.h file - both should be pretty straightforward.
12 In addition, you might want to customize the compilation flags and installation
13 parameters in the Makefile file. You can also pass your own in the appropriate
14 environment variables when invoking make.
16 (3)   $ make
18 This will invoke the build process itself. You may add V=1 after the
19 make command to make it show the full build tools invocations.
21 (4)   # make install
23 This will install the program to the system. If you did not customize the install
24 paths appropraitely in the configuration stage you probably need to have root
25 priviledges in order to do the system-wide installation.
27 (5)   man hed