File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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".
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
You can’t perform that action at this time.
0 commit comments