Sound4Calc/README.md

16 lines
480 B
Markdown
Raw Normal View History

2016-05-17 19:49:11 +02:00
# Sound4Calc : make sound on your calc !
2016-05-15 14:04:29 +02:00
2016-05-17 19:49:11 +02:00
## 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 ;
2017-02-24 21:08:57 +01:00
- `make re`: cleans the object files and the final library, then makes the project.
These sources can be compiled with __GCC__ and use __Gint__ (Lephe's library)
## Final project
A sound library to make sound in games. Need GCC and Gint