You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Program which encrypts or decrypts text files or messages.
3
+
# Building
4
+
# Linux
5
+
# Requirements
6
+
* g++
7
+
* cmake
8
+
# Windows
9
+
# Requirements
10
+
* C++ Compiler
11
+
*[cmake](https://cmake.org/download/)
12
+
13
+
installed in your Path Environment Variable.
14
+
Then you can cd to BlazeEncryptions source directory and execute
15
+
```
16
+
cmake .
17
+
cmake --build .
18
+
```
19
+
which should give you a usable binary for your architecture. If you want to build a different architcture for Linux for the aarch64 architecture then you can use
0 commit comments