Commit c4eaf67c authored by Davis King's avatar Davis King

updated docs

parent 9ed05fa7
...@@ -97,7 +97,7 @@ sudo apt-get install libx11-dev ...@@ -97,7 +97,7 @@ sudo apt-get install libx11-dev
<h2>Compiling on Windows Using GCC</h2> <h2>Compiling on Windows Using GCC</h2>
<p> <p>
The commands for gcc on windows are the same as above but you may also have to link The commands for gcc on windows are the same as above but you may also have to link
(via the -l option) to the following libraries: gdi32, comctl32, user32, ws2_32, or imm32. (via the -l option) to the following libraries: gdi32, comctl32, user32, winmm, ws2_32, or imm32.
However, it's worth pointing out that Visual Studio Express is free and a much better choice for However, it's worth pointing out that Visual Studio Express is free and a much better choice for
windows development than gcc. windows development than gcc.
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment