Is there a FreeBSD shell command to compile VB, c# and Pascal programming languages? [closed]

StackOverflow https://stackoverflow.com/questions/22385700

  •  14-06-2023
  •  | 
  •  

Вопрос

I was wondering of there is a command in FreeBSD like "javac" to compile C#, VB and Pascal.

Thanks

Это было полезно?

Решение

You should probably take a look at the Mono project, and specifically Mono:FreeBSD

Installing that should at the very least let you compile and run C# applications.

Другие советы

If you install the "fpc" port, you can use "fpc" to compile pascal.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top