Skip to content

Commit 3fb8ae5

Browse files
Update build.md
1 parent 7266fea commit 3fb8ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
8. To build P4Python, execute setup.py in P4Python source directory, with the following arguments:
3434

3535
```
36-
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl \<OpenSSL library path>
36+
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl <OpenSSL library path>
3737
```
3838
3939
**Note:** In order to cleanly reinstall P4Python, remove the directory named "build".
@@ -54,7 +54,7 @@
5454
If this doesn't work, you may need to build and install in the same command:
5555
5656
```
57-
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl \<OpenSSL library path> install
57+
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl <OpenSSL library path> install
5858
```
5959
6060
**Note:** On Unix/Mac platforms, the installation must be performed

0 commit comments

Comments
 (0)