Translations:LAN Server/27/es: Difference between revisions

From DDraceNetwork
(Created page with "* <code>mkdir build</code> * <code>cd build</code> * <code>cmake -DCLIENT=OFF ..</code> * <code>make -j$(nproc)</code>")
 
No edit summary
 
Line 1: Line 1:
* <code>mkdir build</code>
*<code>mkdir build</code>
* <code>cd build</code>
*<code>cd build</code>
* <code>cmake -DCLIENT=OFF ..</code>
*<code>cmake -DCLIENT=OFF ..</code>
* <code>make -j$(nproc)</code>
*<code>make -j$(nproc)</code>

Latest revision as of 02:59, 15 November 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (LAN Server)
*<code>mkdir build</code>
*<code>cd build</code>
*<code>cmake -DCLIENT=OFF ..</code>
*<code>make -j$(nproc)</code>
  • mkdir build
  • cd build
  • cmake -DCLIENT=OFF ..
  • make -j$(nproc)