pip install cogapp
install kerl from https://github.com/yrashk/kerl
sudo apt-get install libgtk-3-dev build-essential libncurses5-dev openssl libssl-dev fop xsltproc unixodbc-dev # for erlang distribution build
KERL_CONFIGURE_OPTIONS="--disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --with-ssl"
kerl update releases
kerl build 24.2 24_2_SSL
mkdir -p /usr/erlang
kerl install 24_2_SSL /usr/erlang
. /usr/erlang/activate
make cb # build a new container with erlang and other packages installed
make cr # start the container and run bash in it
cd <swm-sched path>
make
cd <swm path>
make
exit
git clone <repo>
cd swm
make