Skip to content

Commit b01d010

Browse files
committed
R�EADME.md: Update
1 parent 7c74121 commit b01d010

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,21 @@ This project is still under developing.
3737
### Build
3838
My environment: Visual Studio Community 2013. Also tested under VS2015.
3939

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`
4352

4453
libwtfdanmaku is permitted to work under shared library (DLL) according to the license.
4554

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-
6055
### Screenshot
6156

6257
![5cmps](https://raw.githubusercontent.com/xqq/xqq.github.io/master/img/wtf_screenshot_1.jpg)

0 commit comments

Comments
 (0)