You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/Generator/Input/Starting.txt
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ Title2: Minimum system requirements
14
14
1.4 GHz quad-core ARMv8 CPU is enough for medium-resolution realtime 2D graphics, using ARM NEON.
15
15
16
16
*
17
-
3 GHz quad-core Intel/AMD CPU is enough for high resolution 2D/isometric/3D graphics with advanced light effects, using SSE2.
17
+
3 GHz quad-core Intel/AMD CPU with SSE2 is enough for high resolution 2D/isometric/3D graphics with advanced light effects.
18
18
19
19
*
20
20
4 GHz hexa-core Intel/AMD CPU is enough to not notice that the 3D graphics is software rendered.
21
21
Enabling SSSE3 (-mssse3) can give a performance boost in image processing and shading to textures by making vector extraction faster.
22
-
Enabling AVX2 (-mavx2) can make texture sampling faster by enabling the gather instructions.
22
+
Enabling AVX2 (-mavx2) can make texture sampling faster by enabling the gather instructions and 256-bit integer operations.
23
23
24
24
*
25
25
Truecolor (8 bits per channel) is a minimum requirement to create a window.
@@ -29,15 +29,20 @@ Windows XP (from year 2001) is the oldest supported version of MS-Windows becaus
29
29
The file API also assumes access to Unicode versions of functions from Windows 2000.
30
30
31
31
*
32
-
Big-endian support is only theoretical and has never actually been tested, because big-endian desktops were practically extinct when the library was created. If you happen to own such a rare museum item in working condition, sending the <B>DSR_BIG_ENDIAN</B> macro to compilation should activate the big-endian mode and shift the direction of bit shift meant to be equivalent with the address space.
32
+
Big-endian support is only theoretical and has never actually been tested, because big-endian desktops were practically extinct when the library was created. If you happen to own such a rare museum item in working condition, sending the <B>DSR_BIG_ENDIAN</B> macro to compilation should activate the big-endian mode and shift the direction of bit shifts that are meant to be equivalent with the address space.
33
33
---
34
34
Title2: Buliding the wizard application on Linux
35
35
36
36
Image: Images/Warning.png | Warning
37
37
Linux has many different ways to create a window, so you might need to write a new window manager and add its dependencies to Source/DFPSR/DFPSR.DsrHead if new Linux distributions are not compatible.
38
38
39
39
Image: Images/Warning.png | Warning
40
-
Light-weight Linux distributions (such as Linux Mint) might require you to install GNU's compiler toolchain <B>"gcc"</B> and X11 headers <B>"libx11-dev"</B>.
40
+
Light-weight Linux distributions (such as Linux Mint) might require you to install GNU's compiler toolchain <B>"gcc"</B>, X11 developer libraries <B>"libx11-dev"</B> and Alsa developer libraries <B>"libasound2-dev"</B>.
Copy file name to clipboardExpand all lines: Doc/Starting.html
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@
41
41
42
42
</P><P>
43
43
<IMGSRC="Images/SmallDot.png">
44
-
3 GHz quad-core Intel/AMD CPU is enough for high resolution 2D/isometric/3D graphics with advanced light effects, using SSE2.
44
+
3 GHz quad-core Intel/AMD CPU with SSE2 is enough for high resolution 2D/isometric/3D graphics with advanced light effects.
45
45
46
46
</P><P>
47
47
<IMGSRC="Images/SmallDot.png">
48
48
4 GHz hexa-core Intel/AMD CPU is enough to not notice that the 3D graphics is software rendered.
49
49
Enabling SSSE3 (-mssse3) can give a performance boost in image processing and shading to textures by making vector extraction faster.
50
-
Enabling AVX2 (-mavx2) can make texture sampling faster by enabling the gather instructions.
50
+
Enabling AVX2 (-mavx2) can make texture sampling faster by enabling the gather instructions and 256-bit integer operations.
51
51
52
52
</P><P>
53
53
<IMGSRC="Images/SmallDot.png">
@@ -60,7 +60,7 @@
60
60
61
61
</P><P>
62
62
<IMGSRC="Images/SmallDot.png">
63
-
Big-endian support is only theoretical and has never actually been tested, because big-endian desktops were practically extinct when the library was created. If you happen to own such a rare museum item in working condition, sending the <B>DSR_BIG_ENDIAN</B> macro to compilation should activate the big-endian mode and shift the direction of bit shift meant to be equivalent with the address space.
63
+
Big-endian support is only theoretical and has never actually been tested, because big-endian desktops were practically extinct when the library was created. If you happen to own such a rare museum item in working condition, sending the <B>DSR_BIG_ENDIAN</B> macro to compilation should activate the big-endian mode and shift the direction of bit shifts that are meant to be equivalent with the address space.
64
64
</P><IMGSRC="Images/Border.png"><P>
65
65
</P><H2> Buliding the wizard application on Linux</H2><P>
66
66
</P><P>
@@ -69,7 +69,13 @@
69
69
70
70
</P><P>
71
71
<IMGSRC="Images/Warning.png" ALT="Warning">
72
-
Light-weight Linux distributions (such as Linux Mint) might require you to install GNU's compiler toolchain <B>"gcc"</B> and X11 headers <B>"libx11-dev"</B>.
72
+
Light-weight Linux distributions (such as Linux Mint) might require you to install GNU's compiler toolchain <B>"gcc"</B>, X11 developer libraries <B>"libx11-dev"</B> and Alsa developer libraries <B>"libasound2-dev"</B>.
0 commit comments