summaryrefslogtreecommitdiff
path: root/INSTALL
blob: b4a32b755981c7b5ecbfa97a86f15cc77083c202 (plain)
1
2
3
4
5
6
7
8
9
10
Use these commands to build and install getxbook:

  make
  sudo make install

All build settings are stored in config.mk. If you want to change them,
either edit the file directly, or pass any variables to change to make,
for example:

  make PREFIX=/preferred/path install