Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build astilectron-bundler in Ubuntu #10

Open
contestpark opened this issue Jun 9, 2019 · 0 comments
Open

how to build astilectron-bundler in Ubuntu #10

contestpark opened this issue Jun 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@contestpark
Copy link
Contributor

contestpark commented Jun 9, 2019

설치하기 전에

  1. go-astilectron-bootstrap 다운
  2. go-astilectron-bundler 다운
  3. ~/go/src/github.com/asticode/go-astilectron-bundler에서 go install ./astilectron-bundler
  4. ~/go/src/github.com/asticode/go-astilectron-bundler/astilectron-bundler에서 go build

fzf 폴더에서

  1. ~/go/src/github.com/junegunn/fzf에 fzf 파일 복사
  2. 환경변수 설정(fzf폴더에서)
    export GOPATH=$HOME/go
    export GOBIN=$HOME/go/bin
    export PATH=$PATH:/usr/local/go/bin:$(go env GOBIN)
  3. fzf폴더에서 astilectron-bundler cc
  4. fzf폴더에서 astilectron-bundler -v
  5. go build
  6. ./fzf --color g
@contestpark contestpark added the enhancement New feature or request label Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant