Skip to content

Commit

Permalink
Fixed Windows MSYS2 build instructions being partially incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 authored May 4, 2024
1 parent 3fa1eec commit d8ae8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/building/windows-msys.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Building</h1>
<ul>
<li>To build without Qt, pass <code>-DENABLE_QT=no</code> to CMake</li>
</ul>
<li>Make the executable: <code>make -j4</code></li>
<li>Make the executable: <code>cmake --build . -- -j4</code></li>
<li>You can run the exe from command line with: <code>./bin/lime-qt.exe</code></li>
</ul>
</div>
Expand Down

0 comments on commit d8ae8b2

Please sign in to comment.