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

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

  •  14-06-2023
  •  | 
  •  

Domanda

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

Thanks

È stato utile?

Soluzione

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.

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top