End of hack week
The second Novell hack week is at an end, and I’ve set up a public Trac instance for Sterling. Development will go on there. I’ll devote some ITO (”innovation time off”) to it next time I get a chance.
The second Novell hack week is at an end, and I’ve set up a public Trac instance for Sterling. Development will go on there. I’ll devote some ITO (”innovation time off”) to it next time I get a chance.
I’ve never tried to compile a C# project before… ./configure does not seem to work.
Am I doing something wrong?
The “configure” script is generated, and although it is usually shipped pre-generated in tarballs, that isn’t the case for development versions checked out of revision control systems.
./autogen.sh will generate and run it for you.