install.sh 129 Bytes
Newer Older
1
#!/bin/bash
2
make install-dependencies
3
make build
4
make dev-install
5
6
make install-examples
make update-bash-config
liuzhe-lz's avatar
liuzhe-lz committed
7
source ~/.bashrc