@@ -19,7 +19,7 @@ you have access to a Python 3 interpreter. liboqs-python has been extensively
19
19
tested on Linux, macOS and Windows platforms. Continuous integration is
20
20
provided via GitHub actions.
21
21
22
- The project contains the following files and directories:
22
+ The project contains the following files and directories
23
23
24
24
- ** ` oqs/oqs.py ` : a Python 3 module wrapper for the liboqs C library.**
25
25
- ` 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
84
84
cmake -S liboqs -B liboqs/build -DCMAKE_INSTALL_PREFIX=" C:\liboqs" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=ON
85
85
```
86
86
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
+
87
94
### Let liboqs-python install liboqs automatically
88
95
89
96
If liboqs is not detected at runtime by liboqs-python, it will be downloaded,
@@ -259,7 +266,7 @@ Waterloo.
259
266
260
267
### Contributors
261
268
262
- Contributors to the liboqs-python wrapper include:
269
+ Contributors to the liboqs-python wrapper include
263
270
264
271
- Ben Davies (University of Waterloo)
265
272
- Vlad Gheorghiu ([ softwareQ Inc.] ( https://www.softwareq.ca ) and the University
0 commit comments