docs: add submodule update step prior to 'make release' (#1213)
* docs: add submodule update step prior to 'make release'
Этот коммит содержится в:
родитель
3088dcadec
коммит
49df129ccd
1 изменённых файлов: 4 добавлений и 0 удалений
|
@ -92,6 +92,10 @@ Now that we have a working static build, it's time to make a release tarball:
|
||||||
|
|
||||||
make release
|
make release
|
||||||
|
|
||||||
|
If you did not clone the repository with the `--recursive` option, you will get errors until you initialize the project submodules:
|
||||||
|
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
The release tarball is stored in build/release.tar.gz, and can be extracted with
|
The release tarball is stored in build/release.tar.gz, and can be extracted with
|
||||||
the following command (for example in ~/lib):
|
the following command (for example in ~/lib):
|
||||||
|
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче