_ ( \ | ( | | | | | | | (____/\ (_______/
## ## ## ## #### ## ## ## ##
### ## ## ## ## ## ####
_______ ( ) | () () | | || || | | |(_)| | | | | | | ) ( | |/ \|
##### ## ## ## ## ##### ## #####
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: [http://sourceforge.net/project/showfiles.php?group_id=71778 Download src] Megatunix is currently still in heavy development (July 2003), however, many parts of the program are functional. [http://www.vems.hu/files/TuningSoftware/megatunix-0.4.13_linux.zip megatunix-0.4.13_linux.zip] linux binary I made. [http://www.vems.hu/files/MegaTunix/MegaTunix_cvs_Nov_13_04.zip MegaTunix_cvs_Nov_13_04.zip] 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. <code> #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 </code> Change that section to read: <code> #ifndef FT_FREETYPE_H #include <ft2build.h> #warning "`ft2build.h' hasn't been included yet!" #warning "Please always use macros to include FreeType header files." #warning "Example:" #warning " #include <ft2build.h>" #warning " #include FT_FREETYPE_H" #endif </code> 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. :) Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.