When I go to use snippets it tells me to alter so and so files, and mentions comm.c
I'm using the windows version of smaug
I have no such files in the smaug directory.
How do I make these adjustments to add snippets and the like if I don't even have the files?
I think what you might have is just the compiled .exe of smaug. What you want to do is to make sure that you d/l the source files as well. There's a link right on this site for smaug1.4 for windows with all of the source files. I'm not sure what you're using to edit the source. I happen to have a copy of MSVC++ but if you don't, you'll probably want to get a copy of cygwin.
If I edit the source do I have to recompile it?
If so, what do I use to recompile the source?
Hi,
Yes, any time you edit the source, you have to re-compile and then build it into the .exe file that you use to run smaug. I use VC++ but if you don't have it, download Cygwin or you could always purchase a copy of Borland or Microsoft...
Detailed information about doing compiles, getting a compiler, making changes, and other useful topics are in the web page How to make changes, including compiling.