Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 733 Bytes

Password-2-Go

Build Status

A simple Go password manager.

Writing this as an exercise to learn the Go programming language.

Build

Dependencies

  • Linux: libwebkit2gtk-4.0-dev
  • Windows: mingw-w64 toolchain

Steps

cd $GOPATH/src/prjpath   # Enter the project directory
make init                # Download build tools and dependencies
make [windows|linux]     # Compile for the desired operating system,
                         # you may need to tweak a little bit the Makefile
                         # depending on your toolchain.
                         # If you are on a Mac, you buy a PC.