drummer/go.sh
Arnaud G. GIBERT 1218622bc6 Initial commit:
- Kit and Instrument data structure
  - Kit and Instrument XML loading
  - No layer support!
  - No GFX and no Sound!
2022-03-20 23:46:24 +01:00

7 lines
279 B
Bash
Executable File

gcc -g -c -I . -o libnode.o libnode.c
#gcc -g -I . -L . -shared -o drummer.so -fPIC drummer.c
gcc -g -I. -I/usr/include/libxml2 -o drummer -fPIC libnode.o -ldl -lxml2 -lz -llzma -lm drummer.c
#gcc -g -I. -I/usr/include/libxml2 -o xpath -fPIC -ldl -lxml2 -lz -llzma -lm xpath.c