Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8a9554f

Browse files
Merge branch 'enhancements/repository-watcher-refactor-rollup' into fixes/repository-initialize-git-commands
2 parents 6cabf37 + fc52b8b commit 8a9554f

File tree

23 files changed

+139
-222
lines changed

23 files changed

+139
-222
lines changed

docs/contributing/how-to-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is LFS-enabled. To clone it, you should use a git client that su
66

77
### Windows
88

9-
- Visual Studio 2015+ or Mono 4.x + bash shell (git bash).
9+
- Visual Studio 2015+ or [Mono 4.x](https://download.mono-project.com/archive/4.8.1/windows-installer/) + bash shell (git bash).
1010
- Mono 5.x will not work
1111
- `UnityEngine.dll` and `UnityEditor.dll`.
1212
- If you've installed Unity in the default location of `C:\Program Files\Unity` or `C:\Program Files (x86)\Unity`, the build will be able to reference these DLLs automatically. Otherwise, you'll need to copy these DLLs from `[Unity installation path]\Unity\Editor\Data\Managed` into the `lib` directory in order for the build to work
@@ -48,7 +48,7 @@ To build with Visual Studio 2015+, open the solution file `GitHub.Unity.sln`. Se
4848

4949
### Mono and Bash (windows and mac)
5050

51-
To build with Mono 4.x and Bash execute `build.sh` in a bash shell.
51+
To build with Mono 4.x and Bash, first ensure Mono is added to PATH. Mono installs to `C:\Program Files\Mono\bin\` by default. Then execute `build.sh` in a bash shell.
5252

5353
## Build Output
5454

lib/sfw/linux/libsfw.so

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:6dd264b46e46ced0562e626bd1495b46970bb69a7fb1add5159fdd2cba25c521
2+
oid sha256:58b22b85b527a7ae2df8aeea6a961a65d40198f3c92be0ae6bc48ef2c1eb17c5
33
size 638138

lib/sfw/linux/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
362b801

lib/sfw/mac/libsfw.bundle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:71909bd094c6bd7331193df564a0da297bc8a81b4c3e0fa868e6de4fdbb1cbb4
3-
size 55408
2+
oid sha256:499af15a02a7c9090694f9e7e9dd6d8abd01c5bb1a5e925547cfa42da7aec78c
3+
size 54180

lib/sfw/mac/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
362b801

lib/sfw/win/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
362b801

lib/sfw/win/x64/sfw_x64.dll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:522e301894b038284bff103eaaadac86d4f778a956abe030bb34f24e15aba160
2+
oid sha256:4f8d586e00ddbe3cfa0cd2446bdd416a65e6c12ef31e7f451af14867b880c0dc
33
size 182784

lib/sfw/win/x64/sfw_x64.pdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c7d4e3c724dd9f677c8c5dea98d9c226f4f48298dcd7558ffe4c957e6048ea62
2+
oid sha256:1c90bee7ba508dc622df48d50aa503e7d4df78f085781dba078fbc61c4a37e4a
33
size 2149376

lib/sfw/win/x86/sfw_x86.dll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:fa7c66571c553e158df2e850123194931ea704627f9402f08c3b6f2bad56303f
2+
oid sha256:843682e312df272a4222e2ba85f4feebfb0195524f101ef9f636f56ae0e0af21
33
size 179200

lib/sfw/win/x86/sfw_x86.pdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ce45f15cd76cfa4f6e95ff9b300ae18dd2ea2013618076549faa73d943ab8939
2+
oid sha256:905d1919802d2d9af782d652baf620d2ec85ed1dea82a9d8b089230eb076b2ea
33
size 2239488

0 commit comments

Comments
 (0)