This commit is contained in:
Miguel de Icaza 2016-06-28 09:07:00 -04:00 коммит произвёл GitHub
Родитель 89374f14af
Коммит 1757a3bb46
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -44,15 +44,20 @@ Run from Bash
$ ./bootstrapper.sh -t libs
This runs the build process by using the `libs` build target.
### Windows
You need Python 2.7 in `PATH` environment variable. Then you can build it:
> .\bootstrapper.ps1 -Target libs
This runs the build process by using the `libs` build target.
### Build Targets
There are several targets available:
There are several targets available, you can specify the target as the argument to the `-t` command line
option in the bootstrapper script.
- `Everything` - builds everything for the current platform
- `externals` - builds all the native libraries