README.WINDOWS
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1.           Copyright (c) mjh-EDV Beratung, 1996-1999
  2.      mjh-EDV Beratung - 63263 Neu-Isenburg - Rosenstrasse 12
  3.           Tel +49 6102 328279 - Fax +49 6102 328278
  4.                 Email info@mjh.teddy-net.com
  5.     Author: Jordan Hrycaj <jordan@mjh.teddy-net.com>
  6.    $Id: README.WINDOWS,v 1.3 2000/11/26 15:28:46 jordan Exp $
  7.    This library is free software; you can redistribute it and/or
  8.    modify it under the terms of the GNU Library General Public
  9.    License as published by the Free Software Foundation; either
  10.    version 2 of the License, or (at your option) any later version.
  11.    This library is distributed in the hope that it will be useful,
  12.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.    Library General Public License for more details.
  15.    -----------------------------------------------------------------
  16.   To compile on windows nt/95 you must prepare the package on a unix
  17.   machine like
  18.      cd nessus-libraries
  19.      ./configure
  20.      make win32
  21.   After that, you can copy the package to a windows box (perferrably
  22.   you have Samba available, so you can use a shared drive.)
  23.   On the windows box, as before goto the nessus-libraries directory
  24.   and type
  25.      nmake.bat distclean
  26.      nmake.bat all
  27.   and
  28.     
  29.      nmake.bat install
  30.      
  31.   or just "nmake" and see what happens. With a VC++5.0 or VC++6 M$
  32.   compiler you should have no problems, compiling ths stuff.
  33. --
  34. (jordan)
  35.