mirror of https://github.com/odrling/Aegisub
Added a small readme on how to set up MSVC to build the included project.
Originally committed to SVN as r1668.
This commit is contained in:
parent
5bb13493cd
commit
2c366e76ee
|
@ -0,0 +1,22 @@
|
|||
On the following lines, replace "C:\wxWidgets-2.8.7" with the folder where you installed wxWidgets and "C:\Program Files\TortoiseSVN" with the folder where you installed TortoiseSVN (this is necessary even if you use another SVN client).
|
||||
|
||||
|
||||
|
||||
Add to MSVC include folders:
|
||||
|
||||
C:\wxWidgets-2.8.7\include
|
||||
C:\wxWidgets-2.8.7\include\msvc
|
||||
C:\wxWidgets-2.8.7\contrib\include
|
||||
C:\wxWidgets-2.8.7\src\zlib
|
||||
|
||||
|
||||
|
||||
Add to MSVC lib folders:
|
||||
|
||||
C:\wxWidgets-2.8.7\lib\vc_lib
|
||||
|
||||
|
||||
|
||||
Add to MSVC executable folders:
|
||||
|
||||
C:\Program Files\TortoiseSVN\bin
|
Loading…
Reference in New Issue