1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 13:00:05 +00:00

Updated Keypairs (markdown)

cpunk 2022-09-20 01:08:09 -05:00
parent 7231d288b8
commit 21b4b1a065

@ -19,13 +19,13 @@ You should receive output that looks like:
## Passing keypairs back to Laika ## Passing keypairs back to Laika
Now that you have your central keypair, delete the build and output directories. These keypairs will then need to be passed back to cmake, you'll need to re-build the whole target using these keys. You'll need to delete the build and output directories.
```sh ```sh
$ rm -rf bin build $ rm -rf bin build
``` ```
Now re-build Laika, but passing your keypair Now re-build Laika, but passing your keypair to cmake
```sh ```sh
$ cmake -B build -DLAIKA_PUBKEY="997d026d1c65deb6c30468525132be4ea44116d6f194c142347b67ee73d18814" -DLAIKA_PRIVKEY="1dbd33962f1e170d1e745c6d3e19175049b5616822fac2fa3535d7477957a841" -DCMAKE_BUILD_TYPE=MinSizeRel &&\ $ cmake -B build -DLAIKA_PUBKEY="997d026d1c65deb6c30468525132be4ea44116d6f194c142347b67ee73d18814" -DLAIKA_PRIVKEY="1dbd33962f1e170d1e745c6d3e19175049b5616822fac2fa3535d7477957a841" -DCMAKE_BUILD_TYPE=MinSizeRel &&\