• 1 Post
  • 106 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2022

help-circle



















  • Compiling code converts it from human readable source code into optimized machine code which the processor understands how to execute. For a lot of software you can just unpack the source code, run ./configure, run ‘make’, and then ‘make install’. This can vary a lot and is a simplified explanation, but it’s a start…