May 2013 M T W T F S S « Feb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Blogroll
Category Archives: autotools
Well, that was an eventful day!
*whew* I did a bunch of things yesterday. We took our kindergärtner to her first Friday at her new school (and were about 10 minutes tardy. oops). We then took our toddler to a nearby playground with swings and slides … Continue reading
Posted in android, autotools, C.J. Insider, debian, DLR, family, Free Software, friends, frontalot, git, IronPython, language, MariaDB, maxdb, microsoft, mono, mysql, politics, python, social networking, sun, Telephony
2 Comments
PCRE support has hit quagga
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA1 http://bugzilla.quagga.net/show_bug.cgi?id=483 Paul Jakma changed: What |Removed |Added – —————————————————————————- Status|UNCONFIRMED |RESOLVED CC| |paul dishone st Resolution| |FIXED – — Comment #2 from Paul Jakma 2009-06-19 15:09:42 — I’ve pulled in the patch from Jeremy … Continue reading
Posted in autotools, cryptography, Free Software, Networking, open source, perl, pgp, pkg-config, Software
Leave a comment
Jenkara is building
Okay… after this morning’s post, I decided to make Jenkara build. It is now. You can get it thus: $ svn co http://svn.colliertech.org/svn/trunk/jenkara or $ wget http://www.colliertech.org/downloads/jenkara-0.0.1.tar.gz You can build it with ye olde $ ./configure && make there’s no … Continue reading
Posted in 3d, alpha, autotools, c#, colliertech, Free Software, games, gnome, Graphics, gtk+, gtkglarea, linux, mono, opengl, pkg-config, Software
Leave a comment
Writing Free Sofware index
So, I’ve been meaning to write an index for this series. I haxx0red my web server and made this easy-to-remember url work. http://wp.colliertech.org/cj/writing-free-software/
Posted in autotools, c#, debian, Free Software, mono, Software
6 Comments
Writing Free Software: Part 11 – A simple man page
Introduction Okay… it’s high time we wrote some docs. I come from a perl background, so we’re going to write the docs using perldoc. I know there are better ways to do this for C# projects and I’m happy to … Continue reading
Posted in autotools, c#, Free Software, irc, mono, perl, Software
Leave a comment
Next article in the “Writing Free Software” series
Hey all, I’m not certain what the next topic should be. I’ve got a few ideas. Could the interested parties let me know what they’re curious most about? documentation distributing .exe.config and .dll.config files inter-package dependencies using pkg-config creating sub … Continue reading
Posted in autotools, c#, CLI, debian, Free Software, mono, pkg-config, Software, test
16 Comments
Writing Free Software – Part 10: Subdirectories
In this installment, I’ll cover creating different subdirectories for different parts of the code. We’ll move NDesk.Options.cs into an ndesk directory and Greeting.cs into a src directory. Some modifications need to be made to various pieces of the distribution in … Continue reading
Posted in autotools, c#, CLI, debian, Free Software, mono, Software
4 Comments
Writing Free Software – Part 9: Creating the wrapper script
A previous post covered altering the install target so that it places the .exe assembly into the filesystem of the installer’s computer. In this part, we will cover creating the so-called “wrapper” script, which is the way recommended by the … Continue reading
Posted in autotools, c#, CLI, debian, Free Software, mono, mysql, open source, Software, Uncategorized
Leave a comment
Writing Free Software – Part 8: Exploring configure.ac variables
Introduction One of autotools’ primary purposes is to allow software to be built and installed on a wide range of platforms. The configure script is responsible for a great deal of this flexibility. When it is run, it interrogates the … Continue reading
Posted in autotools, c#, CLI, debian, Free Software, mono, Software
Leave a comment
Writing Free Software – Part 7: Creating a working install target
Introduction This entry will show how to add the bits required for an install target. There are two pieces that need to be added to the Makefile.am: target_DATA, which is a list of files associated with the target targetdir, which … Continue reading
Posted in autotools, c#, CLI, debian, Free Software, mono, Software
2 Comments