-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tju329 edited this page Jun 13, 2016
·
1 revision
- Basic
sudo apt-get install aptitude make auto-conf libtool
-
https://github.com/openstf/stf
- Node.js
sudo apt-get install node.js
- ADB properly set up
- RethinkDB >= 2.2
source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb
- GraphicsMagick (for resizing screenshots)
- ZeroMQ libraries installed
git clone https://github.com/zeromq/libzmq
./autogen.sh && ./configure && make -j 4
make check && make install && sudo ldconfig
- Protocol Buffers libraries installed
- yasm installed (for compiling embedded libjpeg-turbo)
- pkg-config so that Node.js can find the libraries
- Node.js