How to operate the fifth and sixth steps
Closed this issue · 3 comments
fengweiqiang commented
hello,
If you already have Go and Git installed and available in PATH uncomment set MSYS2_PATH_TYPE=inherit line in msys2_shell.cmd located in MSYS2 installation folder
Otherwise run pacman -S mingw-w64-x86_64-go git
Run MSYS2 MinGW 64-bit shell from Start menu to compile and use go-face
fengweiqiang commented
Kagami commented
Hi. I haven't tried to compile with GoLand on Windows.
Try to run
mkdir -p ~/go && cd ~/go # Or cd to your $GOPATH
mkdir -p src/go-face-example && cd src/go-face-example
git clone https://github.com/Kagami/go-face-testdata testdata
edit main.go # Paste example code
go get && go run main.go
commands from MSYS2 MinGW 64-bit shell.
Kagami commented
Hope you get this working. Comment if something doesn't work for you with MinGW method.