mirror of
https://github.com/fumiama/simple-crypto.git
synced 2026-06-10 13:40:25 +08:00
edit README
This commit is contained in:
@@ -44,9 +44,9 @@ git clone https://github.com/fumiama/simple-crypto.git
|
|||||||
cd simple-crypto
|
cd simple-crypto
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake -DCMAKE_BUILD_TYPE:STRING=Release ..
|
||||||
make
|
cmake --build . --config Release --target all --
|
||||||
make install
|
cmake --install .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user