From 8992b23846bb1ceca32b18ddeac6fffcafc5216c Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 27 May 2012 14:30:30 +0000 Subject: Reecriture du composant avec pixbug et Cairo pour economiser du CPU. Reste à finir l'évènement expose (ne pas crée un cr à chaque coup + faire calcul coord vertical/horiz) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-violon-leds/trunk@6 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test4/tuto-cairo/compil.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/test4/tuto-cairo/compil.sh (limited to 'tests/test4/tuto-cairo/compil.sh') diff --git a/tests/test4/tuto-cairo/compil.sh b/tests/test4/tuto-cairo/compil.sh new file mode 100755 index 0000000..f95aa68 --- /dev/null +++ b/tests/test4/tuto-cairo/compil.sh @@ -0,0 +1,5 @@ +#!/bin/bash -ex + +gcc -Wall -g -c gtkvumeter.c `pkg-config --cflags gtk+-2.0` +gcc -Wall -g -c main.c `pkg-config --cflags gtk+-2.0` +gcc -Wall -g -o test4 gtkvumeter.o main.o `pkg-config --libs gtk+-2.0` -- cgit v1.2.3