15 lines
321 B
Markdown
15 lines
321 B
Markdown
# pwdin
|
|
|
|
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`. |