-
Notifications
You must be signed in to change notification settings - Fork 58
Compiling from source on Linux
These instructions are for compiling, unit testing and debugging the C++ based node.js addon. If you only want to use the qminer module, just follow the steps in README.md.
Basic development environment and git
sudo apt-get install build-essential
sudo apt-get install git
Python v2.7.3 is recommended. It was also tested on python 2.6. It doesn't work on python 3.
sudo apt-get install python2.7
Node.js version 8.x, 7.x, 6.x, 5.x, 4.x or 0.12.x.
git clone https://github.com/qminer/qminer.git && cd qminer
npm install --build-from-source
npm test
QMiner is developed by AILab at Jozef Stefan Institute, Quintelligence and other contributors.
The authors would like to acknowledge funding from the European Union Seventh Framework Programme, under Grant Agreements 288342 (XLike), 317534 (Sophocles), 318452 (Mobis), 600074 (NRG4Cast), 619437 (Sunseed) and 612329 (ProaSense).
This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 636160-2 (Optimum).