The build process of Emeritus Pong should be as simple as typing:
fbc empong.bas

On Windows, you might want to include the ressource file empong.rc as well,
to have a nice icon included in the executable file:
fbc empong.bas empong.rc

On Linux and Windows platforms, you will need to have 32bit version
of development files for SDL and SDL_mixer.

- Mateusz Viste