Sound4Calc/README.md

16 lines
469 B
Markdown
Raw Permalink 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.
2017-02-24 21:57:01 +01:00
These sources can be compiled with __GCC__ and use __Gint__ (Lephenixnoir's library)
2017-02-24 21:08:57 +01:00
## Final project
2017-02-24 21:57:01 +01:00
A sound library to make sound in games.