Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Oct 25, 2019
1 parent fa95494 commit 8b63190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The examples in the [`examples`](https://github.com/open-quantum-safe/liboqs-cpp
Building on POSIX (Linux/UNIX-like) platforms
---------------------------------------------

First, you must build the master branch of liboqs according to the [liboqs building instructions](https://github.com/open-quantum-safe/liboqs#linuxmacos), followed (optionally) by a `sudo make install` to ensure that the compiled library is system-wide visible (by default it installs under `/usr/local/include` and `/usr/local/lib` under Linux/macOS).
First, you must build the master branch of liboqs according to the [liboqs building instructions](https://github.com/open-quantum-safe/liboqs#linuxmacos), followed (optionally) by a `sudo make install` to ensure that the compiled library is visible system-wide (by default it installs under `/usr/local/include` and `/usr/local/lib` on Linux/macOS).

Next, to use the wrapper, you simply `#include "oqs_cpp.h"` in your program. The wrapper contains
a CMake build system for both examples and unit tests. To compile and run the examples, create a `build` directory inside the root directory of the project, change
Expand Down

0 comments on commit 8b63190

Please sign in to comment.