is there a way to run it on linux/Ubuntu even though i don't have a "Supported CPU"? It runs fine in wine. If I could get it to run without wine then it would go a lot faster. Could someone help me?!
gcc -DINTERNAL -opowder -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -fgnu89-inline -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -lSDL -lm -lbz2 -march=k8 -DX86 -DX86_SSE3 -msse3 powder.c http.c md5.c update.c -DLIN64 powder.c:27:19: error: bzlib.h: No such file or directory powder.c: In function ‘build_thumb’: powder.c:2888: warning: implicit declaration of function ‘BZ2_bzBuffToBuffCompress’ powder.c:2888: error: ‘BZ_OK’ undeclared (first use in this function) powder.c:2888: error: (Each undeclared identifier is reported only once powder.c:2888: error: for each function it appears in.) powder.c: In function ‘render_thumb’: powder.c:2922: warning: implicit declaration of function ‘BZ2_bzBuffToBuffDecompress’ powder.c: In function ‘build_save’: powder.c:3119: error: ‘BZ_OK’ undeclared (first use in this function) powder.c: In function ‘file_load’: powder.c:3556: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result powder.c: In function ‘stamp_init’: powder.c:3727: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result powder.c: In function ‘load_string’: powder.c:7086: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result powder.c:7092: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result powder.c: In function ‘load_presets’: powder.c:7132: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result make: *** [powder] Error 1