Skip to content

Commit a9c81aa

Browse files
authored
Fixed broken URL link for 'All Development Platforms' section. Also, emphasized to create a cmake 'build' to avoid wierd ninja compilation error(#1194). (#1196)
Co-authored-by: Parminder Singh
1 parent 7eae0c3 commit a9c81aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

BUILDING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install
2525
```
2626

2727
Babylon 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
2929
the `build` directory from the repository root. The `.gitignore` file is set up to
3030
ignore 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
4444
C++ 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
8181
C++ 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
121121
C++ 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

Comments
 (0)