Sound4Calc/README.md

469 B
Executable File

Sound4Calc : make sound on your calc !

Building

Building the library is achieved by the Makefile :

  • make: make the library ;
  • make clean: clean the object files ;
  • make fclean: clean the object files and the final library ;
  • make re: cleans the object files and the final library, then makes the project.

These sources can be compiled with GCC and use Gint (Lephenixnoir's library)

Final project

A sound library to make sound in games.