Skip to content

compile

Compiles a program from source.

Terminal window
compile [SRCPATH] [DESTPATH]
  • SRCPATH — the path to the sourcefile you want to compile
  • DESTPATH — the path to the directory where the binary will be compiled
Terminal window
compile /home/volk/viper.src /bin

Results:
Compiled viper.src to /bin