Right off the bat, I apologize if I posted in the wrong area for this question.
I have my Raspberry Pi running fine and it has Scratch installed. I mainly got the Pi to learn Linux and take a stab at programming. One of the first things I'm doing is attempting to work with the Shell and get comfortable with it. I have been starting some tutorials out of books with Scratch. However, life is pretty busy for me, so I find myself having to make errands and I usually end up sitting in the car for a good deal of time. I bring my laptop, which has Linux Mint installed. When I can't use my Pi for Scratch, I'd like to use my laptop for some of the same programs. I could easily 'cheat' and install Scratch on it through the package manager or through the GUI, yes, but I am trying to tackle installing software manually. I'm understanding the first part of the process, which is to uncompress the tar.gz file and extract the files. That's easy enough.
The next step is where I'm confused. The tutorial I'm using directs me to use './configure', but I see no configuration script, or I just dont recognize it from the files given to me by the Scratch source code file. I'm hoping someone has had experience with this or knows of a link to a tutorial. I've been googling for the past hour, looking for links, videos, even images, but nothing is showing me what I need.
I realize this is being done in linux mint's shell, but I can't imagine the process is drastically different from Raspbian's shell. My whole goal is to learn how to compile software within linux's shell at the moment. I figured it being Scratch would make this the perfect place to ask. I greatly appreciate any answers or help.