Skip to content

Commit a74e731

Browse files
authored
Update INSTALL_FROM_GITHUB.md
closes #8359
1 parent f35bb9b commit a74e731

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

INSTALL_FROM_GITHUB.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,25 @@ it means you need a form of authentication into github. This implies you have a
2323

2424
### Download dependencies
2525

26-
As the external dependencies are not found in the repository, you need to download them. To make things simpler, use the bash script called `download_libs.sh` which can be found in the `scripts` folder. In this folder, there are several subfolders, one for each platform. Assuming you are, for example, using OSX, you need to run `/bin/bash scripts/osx/download_libs.sh`.
26+
As the external dependencies are not found in the repository, you need to download them. To make things simpler, use the bash script called `download_libs.sh` which can be found in the `scripts/dev/` folder. Assuming you are, for example, using OSX, you need to run
27+
```
28+
scripts/dev/download_libs.sh -p osx
29+
```
30+
or for say Raspberry Pi
31+
```
32+
scripts/dev/download_libs.sh -p linuxaarch64
33+
```
34+
35+
Some of the platforms you can download:
36+
```
37+
linux64 linuxarmv6l linuxarmv7l linuxaarch64 osx msys2 vs ios tvos android emscripten
38+
```
39+
40+
there are additional flags you can pass to the script ie:
41+
```
42+
scripts/dev/download_libs.sh -p osx -t latest -n
43+
```
44+
will get you the latest libs and the `-n` will add libs instead of replacing them.
2745

2846
### Get the Project Generator
2947

0 commit comments

Comments
 (0)