Ok, So I am a first time poster, long time player, and first time PT Modder.
I am no newb with coding, and I'm familiar with C, so I understand the source and the mods I did, but this is my first time both;
1. Coding C in Linux in Gedit (Fancy text-editor for those of you who do not know)
2. Compiling C both; a. In Linux b. Without an actual C studio
So, preferably without downloading an actual studio, (eg, huge monsters like emacs and anjunta,) or doing things with github (Don't want to push my currently worthless crap,) how can I compile my mods on linux?
we have a tutorial on the wiki for this, but while your here.
gedit aint fancy but it has a C syntax highlighter and i use it along side a terminal emulator.
quite simply cd to the source folder and run make. provided you dont have errors it will exit back to the prompt quite noisily (theres a lot of warnings) and powder should be there ready and waiting for you.
Hmm, I perused the coding part of the wiki, but saw nothing about C.
Well. That failed. I only edited a few things, but am getting obscene numbers of warning and errors. I'm going to re-download source and compile without modding to make sure it is a problem with my test modding. In the meantime, how might I go about compiling to exe from terminal?
Also, thanks antb, and might I say I'm a huge fan of your mods. :D
double posting, also a terrible affliction, also good mod bait.
An obscene amount of warnings is normal. The makefile is pre-configured for cross-compiling in theory, however, I don't think its been updated correctly since the source split.