From 81bcd835d94a0aade5aed5031e9af73858da5b80 Mon Sep 17 00:00:00 2001 From: Bernd Jendrissek Date: Tue, 31 Dec 2013 16:42:10 +0200 Subject: [PATCH] Basic build instructions. --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..978001a --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Run autoreconf -v -f -i to generate the configury, then ./configure && make. + +If you hate the autotools, try: +gcc -g `pkg-config --cflags gtk+-2.0` margoerets.c `pkg-config --libs gtk+-2.0` -o margoerets -- 2.11.4.GIT