docs: fix typos
This commit is contained in:
parent
c273e7cfe5
commit
3c4b3a03f6
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user