xref: /reactos/modules/wallpapers/ReadMe.txt (revision 84344399)
1Wallpapers
2===========
3
4|-------------------------------|-----------------------------------------------|--------------------------------------------------------|
5|Filename                       | Author                                        | Origin                                                 |
6|-------------------------------|-----------------------------------------------|--------------------------------------------------------|
7|Angelus.ReactOS7.Dark_4-3.jpg  | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
8|Angelus.ReactOS7.Dark_16-9.jpg | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
9|ReactOS_Mizu.png               | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
10|ReactOS_Mizu_4x3.png           | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
11|ReactOS_Mizu_16x9_A.png        | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
12|ReactOS_Mizu_16x9_B.png        | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
13|-------------------------------|-----------------------------------------------|--------------------------------------------------------|
14
15You can also download the other wallpapers from the "ReactOS Standard Wallpapers" package in the ReactOS Applications Manager.
16
17To include the module in your build folder, run the configure script with the flags -DENABLE_WALLPAPERS=1
18
19# For Windows users
20
21    configure.cmd -DENABLE_WALLPAPERS=1
22
23# For UNIX users
24
25    ./configure.sh -DENABLE_WALLPAPERS=1
26