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

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

  •  14-06-2023
  •  | 
  •  

Question

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

Thanks

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top