You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ This is a helper library designed to be used in
4
4
conjunction with the [tk-unreal](https://github.com/ue4plugins/tk-unreal) engine.
5
5
6
6
This framework contains hooks which can be re-used in configurations where the
7
-
Unreal integration is needed, and PySide2 binaries needed to run the SG Toolkit
7
+
Unreal integration is needed, and PySide binaries needed to run the SG Toolkit
8
8
integration in Unreal.
9
9
10
10
Please see the engine for more details.
11
11
12
-
## The PySide2 libraries
12
+
## The PySide libraries
13
13
14
-
Binaries for PySide2 libraries for all platforms are not included in the
14
+
Binaries for PySide libraries for all platforms are not included in the
15
15
source tree and must be built before being able to use this framework.
16
16
17
-
### Building the PySide2 libraries locally
17
+
### Building the PySide libraries locally
18
18
19
19
Use the [build_packages.sh](resources/build_packages.sh) script with the `-b` option to build and install
20
20
the packages specified in the [requirements.txt](resources/requirements.txt) file.
@@ -28,7 +28,7 @@ Options :
28
28
The framework can be used with a local descriptor (e.g. dev or path) once the
29
29
binaries are build.
30
30
31
-
### Building the PySide2 libraries with Azure Pipelines
31
+
### Building the PySide libraries with Azure Pipelines
32
32
33
33
The [build_packages.sh](resources/build_packages.sh) script can be used with [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops)
34
34
to automatically build the packages each time a new version tag is added in Github.
@@ -41,7 +41,7 @@ You can use the provided [azure-pipelines.yml](azure-pipelines.yml) file to crea
41
41
A [service connection to Github](https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#permissions-needed-in-github-1)
42
42
will have to be created if you don't already have one.
43
43
44
-
The Azure pipeline builds the PySide2 libraries for Windows, Linux and Mac, and upload them to Github releases.
44
+
The Azure pipeline builds the PySide libraries for Windows, Linux and Mac, and upload them to Github releases.
- If you're using a local descriptor (dev or path) you need to build the PySide2 libraries
60
-
yourself. See [building the PySide2 libraries locally](#building-the-pyside2-libraries-locally).
59
+
- If you're using a local descriptor (dev or path) you need to build the PySide libraries
60
+
yourself. See [building the PySide libraries locally](#building-the-pyside2-libraries-locally).
61
61
62
62
- If you're using a remote descriptor, just in time download must be added so these binaries are downloaded in SG TK bootstrap process. The provided [bootstrap.py](hooks/core/bootstrap.py) script implements just in time downloads from Github releases with a `git` or a `github_release` descriptor:
63
63
- Copy the `hooks/core/bootstrap.py` file to your config `core/hooks/bootstrap.py`
0 commit comments