Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Before you begin, create an empty directory called Build. In this example, we will use Duse C:\Build.

Info
titleUncommon compilers

Note: If CMake does not recognize your C/C++ compiler, choose Specific Native Compiler, and choose path to target vcvarsall.bat, e.g. C:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat

...

Click Browse Source... -> Select 
the source directory (C:\Trinity)

2. Click  Browse Build...  -> Select
the build directory (C:\Build)

3. Click Configure

4. Make sure that Use default native compilers
 is checked (should be checked by default).

5. In the drop-down menu, choose the
version of the compiler you downloaded
in the Software Required section. Be sure to choose
Win64 version if you work on 64-bits compilation

6. Click Finish.

7. Make sure Tools is checked already.
This will compile the map extractors
needed later in the setup.
(in master branch, this will also
generate connection_patcher.exe)

8. Click Configure again. As long as you have error(s) typed in red in the log window, you will have to check
your parameters and click again on it.

9. Click Generate. This will install the
selected build files into your C:\Build folder.

...