Quote:But Popeye doen't have that file, instead it has a few makefile.* . Read all of them to see what options you might need for Windows.
I read them, but I didn't understand them. It's like reading Chinese. It's hopeless.
Quote:Then try make with the option `-f makefile.unx`
Step 1: Open the command prompt.
Step 2: I must either type "cd C:\Users\Name\Desktop\popeye-develop" or "cd C:\Users\Name\Desktop\popeye-develop\popeye-develop". I already don't know which one of these two things I must type. Because, after I downloaded Popeye from GitHub, I now have a file (maybe "file" is not the right name, maybe it's called a "folder" instead, I don't know) called "popeye-develop" on my computer, and inside this file there's only one file and it's also called "popeye-develop", and inside this file are all the very many files. So when I want to try something, I first type "cd C:\Users\Name\Desktop\popeye-develop" and then I try the thing, and if it doesn't work then I type "cd C:\Users\Name\Desktop\popeye-develop\popeye-develop" and then I try the thing again to see if it works this time...
Step 3: And so on step 3, you want me to then type "make -f makefile.unx"? Is that right? It gives me the following error:
'make' is not recognized as an internal or external command, operable program or batch file.
Perhaps I should instead type "mingw32-make -f makefile.unx"? This seems to give slightly better results, but it still doesn't work.
Quote:in makefile.defaults there is a line with SHARING you will probably want to uncomment.
The line with the word "SHARING" is line 63.
How exactly do I "uncomment" it?
I tried removing the #, but then the command prompt gave me the following error message when I tried make:
makefile.defaults:63: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
So I removed all of the whitespace characters, but then the command prompt gave me the following error message when I tried make:
makefile.defaults:63: *** missing separator. Stop.
What even is a "separator"?