Okay, so today I messed around with “icy wyatt.” Let me tell you, it was a bit of a rollercoaster. Here is how I did it step by step.
Getting Started
First, I grabbed the source code,I just found it online. You need to download and extract the source code file.
Unzipped everything and took a look at the files. To make sure I was following the right steps, I found the “readme” file.
The Process
I opened a terminal. Then I navigated to the directory where I unzipped “icy wyatt”.
- I typed in the build command, usually something like
make
orbuild
. - The computer started chugging away, compiling everything.
Honestly, I just followed the build instructions and it compiled fine.
Running It
After it finished building,I tried to run it.
I typed the command to run the program into the terminal and hit enter.
Boom! It worked!
I followed the basic usage instructions to get it going. I played around with the software all day!