Bipscript Installation
Binary Packages
Various Linux distros have packages available:
(please let us know if you would like your distro listed here)
Source Build - Interpreter
Dependencies
The bipscript interpreter has the following dependencies:
- boost filesystem
- boost system
- fftw3
- jack
- lilv
- liblo
- pthreads
- sndfile
Build
Test
Test with a one line "hello world" script, copy this line into a new file called e.g. "helloworld.bip":
print("Hello world!\n")
then call the script from the command line:
$ bipscript helloworld.bip
If all is working the script should print:
Hello world!
Source Build - IDE
Dependencies
The bipscript IDE has the following dependencies:
- boost system
- jack
- liblo
- qt5
Build
Test
launch from the command line:
$ bipscript-ide
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.