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