docs: fix typos

This commit is contained in:
HugoPeters1024 2021-06-02 14:46:23 +02:00
parent c273e7cfe5
commit 3c4b3a03f6

View File

@ -170,11 +170,11 @@
Now, if you go into the folder you have chosen to build the library, you should find the native build tool files that you will use to build
the library on your platform.
\subsection{Bulding the library}
\subsection{Building the library}
Now, that you have generated the native build tool files on your system, you will need to build (compile) the library.
\subsubsection{Bulding the library using \texttt{make} on the command line (Linux, Mac OS X)}
\subsubsection{Building the library using \texttt{make} on the command line (Linux, Mac OS X)}
On Linux or Mac OS X, you can compile the library on the command line using the \texttt{make} command. Go into the directory where you have generated the
native build tool files and run the following command: \\
@ -183,7 +183,7 @@
The library will start compiling.
\subsubsection{Bulding the library with Visual Studio (Windows)}
\subsubsection{Building the library with Visual Studio (Windows)}
If you have generated the native build tool files in the previous step on Windows, you should have obtained a Visual Studio solution of ReactPhysics3D.
Now, you can open the Visual Studio solution (.sln file). Once Visual Studio is open, you first need to change the compilation mode to \emph{Release}