unixinstall 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. This document describes the installation procedure for a installation from
  2. source on a Linux or BSD platform.
  3. 1.
  4. First, make sure all the required libraries are installed.
  5. They are listed in the file INSTALL in the top dir.
  6. 2.
  7. If you haven't done so already, download a content .tgz package from
  8. where you got this source package.
  9. Unpack the content .tgz package in the top dir of the source tree
  10. (the dir with (among others) COPYING, src/, build.vars.in):
  11. Something like 'tar -xvzf /path/to/uqm-0.1-content.tgz'.
  12. 3.
  13. Run './build.sh uqm'
  14. Change settings in the menu if you want.
  15. 4.
  16. Run './build.sh uqm install', and be patient.
  17. Depending on what location you selected in the configuration menu, you might
  18. need root permissions here.
  19. 5.
  20. Done.
  21. If you compiled with debug on, you'll have an executable 'uqm-debug' in
  22. the dir you specified, otherwise, it will be named 'uqm'.
  23. If you want to recompile with other options, you can use
  24. './build.sh uqm config' to reconfigure; you might need to do
  25. './build.sh uqm depend' afterwards.