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: BUILD.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ With the 2021.2 release, `P4API.NET` has been extended to support .NET CORE and
8
8
9
9
P4API.NET consists of a DLL written in C++ which contains the Perforce C++ API, which is wrapped by a layer of C# code which exports the .NET interface.
10
10
11
-
The bridge code is dependent on P4API release 21.2 or above.
11
+
The bridge code is dependent on P4API release 22.2 or above.
12
12
13
13
Within this directory are several subprojects. p4bridge, p4bridge-unit-test, p4bridgeStressTest, p4api.net and p4api.net-unit-test
14
14
@@ -52,10 +52,10 @@ The *p4bridge*, *p4bridge-unit-test* and *p4bridgeStressTest* projects require c
52
52
The default installation of cmake on ubuntu will require updating.
53
53
to update to the latest version on ubuntu, follow package updating instructions here: [CMake APT repository](https://apt.kitware.com)
54
54
55
-
### Getting the P4API and openssl 1.1.1 libraries
55
+
### Getting the P4API and openssl 3 libraries
56
56
57
57
We've included some sample setup scripts for copying the P4API and openssl libraries into their expected source subdirectories. They are found in the root p4api.net directory.
58
-
look for *setuplibrary.bat*, *setuplibrary_linux.sh* and *setuplibrary_osx.sh*
58
+
look for [setuplibrary.bat](./setuplibrary.bat), [setuplibrary_linux.sh](./setuplibrary_linux.sh) and [setuplibrary_osx.sh](./setuplibrary_osx.sh)
59
59
60
60
These scripts are just examples, they represent what I had to do to get my environment to work correctly, they will need to be edited to work in your environment.
61
61
@@ -146,4 +146,4 @@ Deploy this package to a local test repository with:
146
146
### List packages in the local test repository
147
147
148
148
`nuget list -Source c:\dev\local-nuget -PreRelease p4api.net`
0 commit comments