|
2010-02-08
, 13:07
|
|
Posts: 137 |
Thanked: 170 times |
Joined on Jul 2008
|
#152
|
The Following User Says Thank You to Hrw For This Useful Post: | ||
|
2010-02-08
, 13:41
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#153
|
mkdir nmon-0.1 cp nmon12d.c nmon-0.1/ cp makefile nmon-0.1/ cd nmon-0.1 mv nmon12d.c lmon.c mad make
nmon_armel: cc -o nmon $(FILE) $(CFLAGS) $(LDFLAGS) -D ARMEL
$ mad make nmon_armel cc -o nmon lmon.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D ARMEL
|
2010-02-08
, 13:51
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#154
|
|
2010-02-08
, 14:15
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#155
|
There should be a way to upgrade MADDE to newer versions other then fetching CD sized archives.
|
2010-02-08
, 14:59
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#156
|
CFLAGS=-g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM # CFLAGS=-g -O2 -D JFS -D GETUSER -Wall -D POWER #CFLAGS=-g -D JFS -D GETUSER LDFLAGS=-lncurses -g FILE=lmon.c TARGET=armel all: $(TARGET) install: $(TARGET) mkdir -p $(DESTDIR)/usr/bin cp $(TARGET) $(DESTDIR)/usr/bin clean: rm $(TARGET) armel: cc -o nmon $(FILE) $(CFLAGS) $(LDFLAGS) -D ARMEL
|
2010-02-17
, 09:34
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#157
|
|
2010-02-17
, 09:43
|
Posts: 27 |
Thanked: 37 times |
Joined on Jan 2010
@ Hobart, Australia
|
#158
|
Since PR1.2 is coming soon with Qt 4.6, I would like to know when will MADDE officially support 4.6?
Oh, and is the integration with Qt Creator ready yet?
We’re trying to get Qt Creator with MADDE support to a decent level before PR 1.2 is released.
The Following User Says Thank You to nick.read For This Useful Post: | ||
|
2010-02-17
, 18:55
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#159
|
|
2010-02-18
, 19:22
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#160
|
MADDE works well for GTK+ development (in C).
At minimum the lines 'pkg-config --cflags gtk+-2.0' (for sourrce to object
file compiling) and 'pkg-config --libs gtk+-2.0' (for linking) is needed
in your Makefile
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...