Update README.md
This commit is contained in:
parent
dc0f8c7507
commit
e1cbd5c6fa
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
||||
# pwdin
|
||||
|
||||
Function to prompt users for a password of other secret.
|
||||
Function to prompt users for a password or other secrets.
|
||||
|
||||
## Build
|
||||
|
||||
To build the library one needs to simply use premake5 to generate the Makefile:
|
||||
|
||||
premake5 gmake
|
||||
|
||||
And then needs to build the library in release mode:
|
||||
|
||||
make config=release
|
||||
|
||||
The StaticLib is then available under `bin/Release/libpwdin.a`.
|
Loading…
x
Reference in New Issue
Block a user