Version 1.0.0
This commit is contained in:
parent
ab27c5c51d
commit
ff5399ba31
22 changed files with 1945 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# AsloEngine
|
||||
A Simple Password Manager with AES-256 Encryption
|
||||
|
||||
Version 1.0.0
|
||||
|
||||
|
||||
## How To Compile
|
||||
|
||||
### Debian Linux:
|
||||
Run **makedebpkg.sh** script with parameter (arm64/amd64)
|
||||
This will make .deb package
|
||||
|
||||
Example: **makedebpkg.sh amd64**
|
||||
|
||||
### Arch Linux:
|
||||
Run **makearchpkg.sh** script with parameter (arm64/amd64)
|
||||
This will make .tar.xz package
|
||||
|
||||
Example: **makearchpkg.sh amd64**
|
||||
|
||||
### Windows:
|
||||
Use QT Creator
|
||||
|
||||
### Mac OS:
|
||||
Use QT Creator
|
||||
Loading…
Add table
Add a link
Reference in a new issue