Bluesky: @axolotl-cpp.bsky.social

Modrinth: https://modrinth.com/user/axolotl_cpp

  • 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: October 10th, 2025

help-circle















  • I don’t even know what “compiling from source” means or what the difference between that an “binaries” are.

    To make it simple:

    “Source code” is readable human code which is a set of instructions you give to the computer, think of it like a tutorial the computer reads to do stuff

    “compiling from source” is that act of making human readable code in to computer readable code, computers can only understand machine code, luckly compiling is automatic these days

    “Binaries” are packages which contain all the compiled code ex: .exe or .bin files