Skip to content

Commit

Permalink
aguia-pescadora-bravo (#16), csharp (#38): documentado como executar …
Browse files Browse the repository at this point in the history
…C# na Bravo
  • Loading branch information
fititnt committed May 23, 2019
1 parent 8b7ebbe commit 50ef929
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logbook/aguia-pescadora-bravo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ sudo apt install mono-devel
# rápida na internet, seria algo como 'dotnet run' mas parece
# seria outro site para instalar isso

# @TODO: criar os hello world no repositório de tutoriais, vide
# https://www.mono-project.com/docs/getting-started/mono-basics/
# (fititnt, 2019-05-23 BRT)

#------------------------------------------------------------------------------#
# SEÇÃO 4.0: AMBIENTES DE DESENVOLVIMENTO: LINGUAGENS DE PROGRAMAÇÃO #
# #
Expand Down
12 changes: 12 additions & 0 deletions logbook/aguia-pescadora-bravo/usr/local/bin/ajuda
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Comando 'ajuda' de aguia-pescadora-bravo.etica.ai
G++ padrão: [$(g++ --version | head -n1)]
${yellow}g++${green}
C#
Visual C# Compiler (Via Mono):
${yellow}csc${green} [$(csc -version | head -n1)]
${silver}Olá mundo!:
Compilar: csc csharp.cs
Executar: mono csharp.exe${green}
FORTRAN
${silver}Em breve. Acompanhe em https://github.com/fititnt/cplp-aiops/issues/30${green}
Expand Down Expand Up @@ -104,6 +111,11 @@ Comando 'ajuda' de aguia-pescadora-bravo.etica.ai
**: considere usar gerenciador de pacote da própria linguagem (NVM do NodeJS,
RVM do Ruby, etc)
PACOTES, SDKS E AFINS COMUNS A VARIOS AMBIENTES DE DESENVOLVIMENTO
----------------------------------------
Mono
Mono: [$(mono --version | head -n1)]
INFORMAÇÕES EXTRAS
------------------
Nota: versões novas (ou antigas) de ambientes de desenvolvimento que
Expand Down

0 comments on commit 50ef929

Please sign in to comment.