Open UN5T48L3 opened 6 years ago
and this is another problem
when I run make deps
when I run make -e GOOS=windows
As described in #37, you MUST export an environment variable named GOBIN, and append it to your PATH variable in order to use go getted
binaries.
Add the following to one of your shell's startup files (.profile, .bashrc, etc)
export GOBIN=$GOPATH/bin
PATH=$PATH:$GOBIN
Then reload your shell by issuing the source
command or reopen another shell for this changes to take effect. After this glide
and go-bindata
will be available to be called globally.
If you choose the docker build, you don't need to install these tools, you only need docker itself.
I appreciate that your answer
and can we make new exe file with same commands?
I mean is this true?
./build-docker.sh make -e GOOS=windows
@UN5T48L3 Yes :smile:
so now; do you have any idea?
@UN5T48L3 Sorry, I forgot the export :sweat_smile:
export PATH=$PATH:$GOBIN
I tried GOOS = windows make after I tried no encrypted files do you have to run the docker first before creating a binnary file
@Gembeltz If you choose the docker installation then you should install docker first. Otherwise stick with the manual steps.
@mauri870 how to build with tor
Please follow the guide in the README to setup the project using ngrok and Tor.
what is this command tor make -e SERVER_HOST=2af7161c.ngrok.io SERVER_PORT=80 USE_TOR=true
Kamis, 13 September 2018, Mauri de Souza Nunes notifications@github.com menulis:
Please follow the guide in the README to setup the project using ngrok and Tor.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mauri870/ransomware/issues/39#issuecomment-420759926, or mute the thread https://github.com/notifications/unsubscribe-auth/Af02JR_n0Y1WfMv3V-3FYqkB8vxdmFBtks5uaVjxgaJpZM4VBU4m .
is there something wrong to build tor
error make deps @mauri870
Hello bro, I am facing this errors since last day. I am pretty ocb about to fix it today. Could you help me? thanks!