OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: gen2 on October 03, 2005, 01:51:41 am

Title: Wavemon Compilation
Post by: gen2 on October 03, 2005, 01:51:41 am
I was able to compile wavemon, if anyone's interested.

http://www.janmorgenstern.de/projects-software.html (http://www.janmorgenstern.de/projects-software.html)

download and untar version 0.4.0b, cd into the wavemon directory

it wouldn't compile for me til I edited the wavemon.c file:
go to line 173, change

Code: [Select]
exit();
to

Code: [Select]
exit(0);
then run

Code: [Select]
./configure && make
(you'll see some warnings, ignore them)
then cp the wavemon binary to /usr/bin/ or wherever you like (or run
 it right there with ./wavemon )

wavemon is groovy
Title: Wavemon Compilation
Post by: Hrw on October 03, 2005, 02:50:10 am
Someone want it for OpenZaurus?