install.txt

来自「神经网络vc源代码神经网络的VC++代码呀」· 文本 代码 · 共 44 行

TXT
44
字号
The version of nn-utility have you obtained (2.1)
has been released under the GNU Lesser
Public Liscence. Please view the COPYRIGHT
file for more information.


Visual C++ command line requirements:
1) Verify the INCLUDE and LIB environment variables are set
   correctly.

2) Verify NMAKE.EXE and LIB.EXE are in the path.

Note: both of these requirements can be fulfilled
by running the VCVARS32.BAT file included with Visual C++ 6.0



General Install procedures:
1) Verifiy the distribution is extracted with the 
   directory structure intact. 

2) Verify installation the directories are correct.
   These are configured in the makefile located in
   the source directory. The pertinent macros are :
	
	INCLUDE_INSTALL
	LIBRARY_INSTALL

3) From the root directory of the nn-utility distribution 
   tree type the following command to install the library:

	NMAKE /f Makefile.vc6



That's it!


-INSTALLATION manual written by Pan Thomakos
	panthomakos@users.sourceforge.net

-INSTALLATION manual adapted for Win32 by Brian Whitman
	brwsg@users.sourceforge.net

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?