Megatunix is currently still in heavy development (July 2003), however, many parts of the program are functional.
[megatunix-0.4.13_linux.zip] linux binary I made.
Note: run it and it will crash.
edit ~/.MegaTunix/config and set port_name= to the port that has the ECU
ie'port_name=/dev/cua0'
As of december 2004, there is a problem with freetype2 that some users will find frustrating and confusing when compiling MegaTunix for Linux. Here's a workaround that will get you going fast.
Edit /usr/include/freetype2/freetype/freetype.h
At about line 20, you'll see this section.\n
#ifndef FT_FREETYPE_H #error "`ft2build.h' hasn't been included yet!" #error "Please always use macros to include FreeType header files." #error "Example:" #error " #include <ft2build.h>" #error " #include FT_FREETYPE_H" #endif
Change that section to read:\nÿ2ÿ
In summary, you just add the include specifically instead of expecting it's already there, and issue a warning instead of an error. Happy compiling. :)