windows.txt.svn-base

来自「絲路server源碼 Silk Road server source」· SVN-BASE 代码 · 共 60 行

SVN-BASE
60
字号
-------------Installation Instructions:-------------------





------------Navigate to the directory of your chosen compiler (adjust pathes if necessary)-----------

  

VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
  



VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC
  


VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC




####Copy the files in VC\include to VC\include.####
####Copy the files in VC\lib to VC\lib.#####


Next, you need to compile the zlib and PCRE libraries.

  -VS 2003: VC71-solution.sln-
  -VS 2005: VC80-solution.sln-
  -VS 2008: VC90-solution.sln-

Depending on the architecture you want to build for.

 Set the correct configurations


  -Release/Win32 if you are under Win32,-
  -Release/x64 if you are under Win64.-


This should make a folder called Output_Release, or Output_x64_Release if you are building for X64.

Copy these two .lib files into:

  (for Win32)
  VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib
  VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib
  VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib

  (for Win64)
  VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib\amd64
  VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\amd64

The two DLL files  should go in your binary folder
under C:\Windows\System32.

The ENd

⌨️ 快捷键说明

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