-
Run
go build
in the src directory of the project to build the binary. -
Or use the pre-built binary in the bin directory.
$ cd src
# Build for linux
$ GOOS=linux GOARCH=amd64 go build -o ../bin/multscan-cli_linux
# Build for windows (64-bit)
$ GOOS=windows GOARCH=amd64 go build -o ../bin/multscan-cli_64.exe
# Build for windows (32-bit)
$ GOOS=windows GOARCH=386 go build -o ../bin/multscan-cli_32.exe
# Build for mac
$ GOOS=darwin GOARCH=amd64 go build -o ../bin/multscan-cli_mac
scan.mp4
For more information on how to use the MultScan-cli, check the documentation
This project is licensed under the GNU General Public License - see the LICENSE file for details.