@@ -25,7 +25,7 @@ npm install
2525```
2626
2727Babylon Native's build system is based on CMake, which customarily uses a separate
28- build directory. Build directory location is up to you, but we recommend using
28+ build directory. Build directory location is up to you, but we highly recommend using
2929the ` build ` directory from the repository root. The ` .gitignore ` file is set up to
3030ignore this ` build ` directory.
3131
@@ -38,7 +38,7 @@ house the builds for different platforms, with each subfolder treated just like
3838
3939## ** Building on Windows 10, Targeting Windows Desktop (Win32)**
4040
41- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
41+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
4242
4343** Required Tools:** [ Visual Studio 2019] ( https://visualstudio.microsoft.com/vs/ ) with
4444C++ development tools, [ Python 3.0] ( https://www.python.org/ ) or newer (required by
@@ -75,7 +75,7 @@ project.
7575
7676## ** Building on Windows 10, Targeting Universal Windows Platform (UWP)**
7777
78- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
78+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
7979
8080** Required Tools:** [ Visual Studio 2019] ( https://visualstudio.microsoft.com/vs/ ) with
8181C++ and UWP development tools, [ Python 3.0] ( https://www.python.org/ ) or newer (required
@@ -115,7 +115,7 @@ project.
115115
116116## ** Building on Windows 10, Targeting HoloLens 2**
117117
118- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
118+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
119119
120120** Required Tools:** [ Visual Studio 2019] ( https://visualstudio.microsoft.com/vs/ ) with
121121C++ and UWP development tools, [ Python 3.0] ( https://www.python.org/ ) or newer (required
@@ -165,7 +165,7 @@ the selected Babylon Native demo app.
165165
166166## ** Building on macOS, Targeting iOS**
167167
168- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
168+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
169169
170170** Required Tools:** [ Xcode 11] ( https://developer.apple.com/xcode/ ) or newer,
171171[ Python 3.0] ( https://www.python.org/ ) or newer (required by dependencies)
@@ -203,7 +203,7 @@ the selected Babylon Native demo app.
203203
204204## ** Building on Windows, Targeting Android**
205205
206- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
206+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
207207
208208** Required Tools:**
209209[ Android Studio] ( https://developer.android.com/studio ) , [ Node.js] ( https://nodejs.org/en/download/ ) , [ Ninja] ( https://ninja-build.org/ )
@@ -232,7 +232,7 @@ emulator are [available here](Documentation/AndroidEmulator.md).
232232
233233## ** Building on Ubuntu, Targeting Linux**
234234
235- _ Follow the steps from [ All Development Platforms] ( #all-development-platforms-common-first-steps ) before proceeding._
235+ _ Follow the steps from [ All Development Platforms] ( #all-development-platforms ) before proceeding._
236236
237237** Required Tools:**
238238[ Clang] ( https://clang.llvm.org/ ) or [ GCC] ( https://gcc.gnu.org/ )
0 commit comments