File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -37,26 +37,21 @@ This project is still under developing.
37
37
### Build
38
38
My environment: Visual Studio Community 2013. Also tested under VS2015.
39
39
40
- Don't forget to checkout submodule (git submodule init, git submodule update, ...)
41
-
42
- Launch WTFDanmaku.sln for demo and libwtfdanmaku library.
40
+ Don't forget to checkout submodule (git submodule update --init)
41
+
42
+ - Win32 Desktop
43
+ - Import project ` libwtfdanmaku.Desktop `
44
+ - Win32 Desktop (for Windows7 compatibility)
45
+ - Import project ` libwtfdanmaku.Windows7 `
46
+ - Windows 10 Universal Platform
47
+ - Import project ` libwtfdanmaku.Universal `
48
+ - Windows 8.1 WinRT/Universal
49
+ - Import project ` libwtfdanmaku.Windows `
50
+ - Windows Phone 8.1
51
+ - Import project ` libwtfdanmaku.WindowsPhone `
43
52
44
53
libwtfdanmaku is permitted to work under shared library (DLL) according to the license.
45
54
46
- ### Build for Win7 or Windows Store
47
- First, enter the patches directory:
48
- ``` bash
49
- cd patches
50
- ```
51
- To build for Windows 7 (with Platform Update):
52
- ``` bash
53
- git am 0002-vcxproj-Build-for-Windows7.patch
54
- ```
55
- or build for Windows 8.1 store app:
56
- ``` bash
57
- git am 0003-vcxproj-Build-for-Windows8.1-store-app.patch
58
- ```
59
-
60
55
### Screenshot
61
56
62
57
![ 5cmps] ( https://raw.githubusercontent.com/xqq/xqq.github.io/master/img/wtf_screenshot_1.jpg )
You can’t perform that action at this time.
0 commit comments