#!/bin/bash
#
# echo |gcc -dM -E - |grep -i sse
# echo --fireworkx-x11---------------------
# sudo apt-get install libx11-dev
# echo --fireworkx-sdl---------------------
# sudo apt-get install libsdl1.2-dev libcairo2-dev

echo "Compiling 'fireworkx-x11' (X11 version)"
echo "==============================================================================="
./compile_x11 fireworkx-x11
echo
echo "Compiling 'fireworkx-sdl' (SDL version)"
echo "==============================================================================="
./compile_sdl fireworkx-sdl




