Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjain-perforce committed Sep 29, 2023
1 parent 7266fea commit 3fb8ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
8. To build P4Python, execute setup.py in P4Python source directory, with the following arguments:

```
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl \<OpenSSL library path>
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl <OpenSSL library path>
```

**Note:** In order to cleanly reinstall P4Python, remove the directory named "build".
Expand All @@ -54,7 +54,7 @@
If this doesn't work, you may need to build and install in the same command:

```
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl \<OpenSSL library path> install
python3 setup.py build --apidir <Perforce C++ API absolute path> --ssl <OpenSSL library path> install
```

**Note:** On Unix/Mac platforms, the installation must be performed
Expand Down

0 comments on commit 3fb8ae5

Please sign in to comment.