Issue with `play` command on Ubuntu.
- Linguagem predominante
- Go
- Estrelas
- 192
- Forks
- 12
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I really like the idea, only there is an issue on Ubuntu when you try to build the executable, you will get an error telling that `play` command already exists. Of course you can use the `go build -o goplay` command for example instead of `go install` to customize the executable name, but would be great if you can create a `Make` file and build it from there.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Analise o processo de build existente no repositório, que provavelmente usa go install. Crie um Makefile com um target para compilar o executável com um nome diferente, como 'goplay', para evitar conflito com o comando 'play' existente no Ubuntu. Teste o Makefile executando 'make' e verificando se o executável foi criado corretamente.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- shell
- Domínio
- build-system, cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 65/100