Confirmed users
2,197
edits
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
#* apt-get install python-dev | #* apt-get install python-dev | ||
#* apt-get install libbluetooth-dev | #* apt-get install libbluetooth-dev | ||
# For running the Gaia performance tests you must have npm (node package manager) installed: | # For running the Gaia performance tests you must have node and npm (node package manager) installed: | ||
#* sudo apt-get install | #* sudo apt-get update | ||
#* sudo apt-get install -y python-software-properties python g++ make | |||
#* sudo add-apt-repository -y ppa:chris-lea/node.js | |||
#* sudo apt-get update | |||
#* sudo apt-get install nodejs | |||