INSTALL.unix
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. PvPGN Install instructions for the Linux/Unix version
  2.        -------------------------------------------------------
  3. 1. First get your hands on a PvPGN source tarball or a binary package (RPM/etc).
  4. If you got the source follow instructions bellow, if you got a binary package 
  5. jump to step 4
  6. 2. Unpack the tarball, change current directory to the source directory (ex. 
  7. pvpgn-<version>/src) and run configure. You will need to provide configure with 
  8. your custom options, ex.
  9. ./configure --prefix=<path>
  10. It will configure the source distribution to compile and install in the <path> 
  11. location.
  12. ./configure --with-mysql
  13. It will configure the source distribution to compile with MySQL support (in 
  14. it just tells configure to try to find mysql libs/includes, if it doesnt it 
  15. WONT compiled MySQL support; read README.MySQL for more details).
  16. Check using ./configure --help for all available options.
  17. 3. Compile and install PvPGN using
  18. $ make
  19. $ make install
  20. WARNING !! make install it will also overwrite the configuration files. Make a 
  21. backup of them before doing "make install" (read more about this in the UPDATE 
  22. file).
  23. Now you just need to edit the config files and adjust them acording to your 
  24. system. Have fun!
  25. 4. (only for binary PvPGN distributions)
  26. Depending on the type of package you have obtained (ex RPM, deb, tgz) you will 
  27. have to install the package using the right package tool.
  28. Examples:
  29. $ rpm -ivh pvpgn-<ver>.rpm
  30. or
  31. $ installpkg pvpgn-<ver>.tgz
  32. or
  33. $ dpkg -i pvpgn-<ver>.deb
  34. After you install the binary package you will need to adjust PvPGN configuration 
  35. files (usually installed in /etc/pvpgn dir). Have fun!