ik heb LCDProc gedownload, dus dan tiep ik leuk in wat ik moet intiepen.
dan doet hij dit:
beetje veel text, sorry
bron http://lcdproc.omnipotent.net/index.php3
ook kan ik lcdinf niet compilen
dat had eigenlijk wel op de site moeten staan.
uitpakken lunk
./ alle bestanden werkt niet.
hoe compile ik die dan?
probleem 1 is dus lcdproc, ik wil lcdproc kunnen testen.
iemand enig idee?
of weet iemand nog andere goeie software voor linux?
ik heb een 4x20 lcd met een HD44780 controler.
code:
1
2
3
4
5
6
| tar xfvz lcdproc-0.4.1.tar.gz cd lcdproc-0.4.1 ./configure make su make install |
dan doet hij dit:
code:
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
| [root@CP64138-b lcdproc-0.4.1]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking whether to enable debugging... no
checking for gcc... gcc
checking whether the C compiler (gcc -Wall -Wno-unused -O6 ) works... yes
checking whether the C compiler (gcc -Wall -Wno-unused -O6 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for gethostbyname... yes
checking for connect... yes
checking for inet_aton... yes
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking for swapctl... no
checking for procfs.h... no
checking for sys/procfs.h... yes
checking for sys/loadavg.h... no
checking for kvm_open in -lkvm... no
checking for kvm_open in -lkvm with -lelf... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for curses.h... no
checking for ncurses.h... no
checking for working const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for uname... yes
checking for fcntl.h... (cached) yes
checking for sys/dustat.h... no
checking for sys/param.h... yes
checking for sys/statfs.h... yes
checking for sys/fstyp.h... no
checking for mnttab.h... no
checking for mntent.h... yes
checking for utime.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/mount.h... yes
checking for sys/filsys.h... no
checking for sys/fs_types.h... no
checking for getmntinfo... no
checking how to get filesystem space usage
checking for statvfs... yes
checking for which drivers to compile... mtxorb cfontz curses text lb216 bayrad glk
checking for main in -lncurses... no
checking for main in -lcurses... no
configure: error: The curses driver needs the curses library |
beetje veel text, sorry
bron http://lcdproc.omnipotent.net/index.php3
ook kan ik lcdinf niet compilen
dat had eigenlijk wel op de site moeten staan.
uitpakken lunk
./ alle bestanden werkt niet.
hoe compile ik die dan?
probleem 1 is dus lcdproc, ik wil lcdproc kunnen testen.
iemand enig idee?
of weet iemand nog andere goeie software voor linux?
ik heb een 4x20 lcd met een HD44780 controler.