@@ -19,7 +19,7 @@ you have access to a Python 3 interpreter. liboqs-python has been extensively
1919tested on Linux, macOS and Windows platforms. Continuous integration is
2020provided via GitHub actions.
2121
22- The project contains the following files and directories:
22+ The project contains the following files and directories
2323
2424- ** ` oqs/oqs.py ` : a Python 3 module wrapper for the liboqs C library.**
2525- ` oqs/rand.py ` : a Python 3 module supporting RNGs from ` <oqs/rand.h> `
@@ -84,6 +84,13 @@ an alternative path, e.g., `C:\liboqs`, by passing the
8484cmake -S liboqs -B liboqs/build -DCMAKE_INSTALL_PREFIX=" C:\liboqs" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=ON
8585```
8686
87+ Alternatively, you can set the ` OQS_INSTALL_PATH ` environment variable to point
88+ to the installation directory, e.g., on a UNIX-like system, execute
89+
90+ ``` shell
91+ export OQS_INSTALL_PATH=/path/to/liboqs
92+ ```
93+
8794### Let liboqs-python install liboqs automatically
8895
8996If liboqs is not detected at runtime by liboqs-python, it will be downloaded,
@@ -259,7 +266,7 @@ Waterloo.
259266
260267### Contributors
261268
262- Contributors to the liboqs-python wrapper include:
269+ Contributors to the liboqs-python wrapper include
263270
264271- Ben Davies (University of Waterloo)
265272- Vlad Gheorghiu ([ softwareQ Inc.] ( https://www.softwareq.ca ) and the University
0 commit comments