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

path problems #39

Open
UN5T48L3 opened this issue Jul 3, 2018 · 15 comments
Open

path problems #39

UN5T48L3 opened this issue Jul 3, 2018 · 15 comments

Comments

@UN5T48L3
Copy link

UN5T48L3 commented Jul 3, 2018

Hello bro,
I am facing this errors since last day. I am pretty ocb about to fix it today. Could you help me?
thanks!

ekran resmi 2018-07-03 20 06 52
ekran resmi 2018-07-03 19 58 32
ekran resmi 2018-07-03 19 57 49

@UN5T48L3
Copy link
Author

UN5T48L3 commented Jul 3, 2018

ekran resmi 2018-07-03 20 21 35
and this is another problem

@UN5T48L3
Copy link
Author

UN5T48L3 commented Jul 3, 2018

when I run make deps
ekran resmi 2018-07-03 20 34 46

@UN5T48L3
Copy link
Author

UN5T48L3 commented Jul 3, 2018

when I run make -e GOOS=windows
ekran resmi 2018-07-03 20 36 26

@mauri870
Copy link
Owner

mauri870 commented Jul 3, 2018

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.

@UN5T48L3
Copy link
Author

UN5T48L3 commented Jul 3, 2018

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

@mauri870
Copy link
Owner

mauri870 commented Jul 3, 2018

@UN5T48L3 Yes 😄

@UN5T48L3
Copy link
Author

UN5T48L3 commented Jul 3, 2018

so now;
do you have any idea?
ekran resmi 2018-07-03 23 52 42

@mauri870
Copy link
Owner

mauri870 commented Jul 3, 2018

@UN5T48L3 Sorry, I forgot the export 😅

export PATH=$PATH:$GOBIN

@Gembeltz
Copy link

I tried GOOS = windows make after I tried no encrypted files
do you have to run the docker first before creating a binnary file

screenshot from 2018-08-31 06-52-24

@mauri870
Copy link
Owner

@Gembeltz If you choose the docker installation then you should install docker first. Otherwise stick with the manual steps.

@Gembeltz
Copy link

@mauri870 how to build with tor

@mauri870
Copy link
Owner

Please follow the guide in the README to setup the project using ngrok and Tor.

@Gembeltz
Copy link

Gembeltz commented Sep 13, 2018 via email

@Gembeltz
Copy link

screenshot from 2018-09-13 11-43-46
is there something wrong to build tor

@Gembeltz
Copy link

screenshot 2018-12-17 14 04 17
error make deps @mauri870

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants