📄 windows.txt.svn-base
字号:
-------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -