-
Notifications
You must be signed in to change notification settings - Fork 213
Installation
pandaworrior edited this page Mar 1, 2016
·
46 revisions
rDSN has been built on the following platforms, and here are the quick summaries.
~$ sudo apt-get install build-essential
~$ sudo apt-get install git
~$ sudo apt-get install cmake
~$ sudo apt-get install php5-cli
~$ sudo apt-get install libboost-all-dev
~$ sudo apt-get install libaio-dev
~/projects$ git clone https://github.com/Microsoft/rdsn.git
~/projects/rdsn$ ./run.sh build
~/projects/rdsn$ ./run.sh test
install Visual Studio 2015
install GitHub Windows
install php
c:\projects> git clone https://github.com/Microsoft/rDSN.git
c:\Projects\rDSN> run.cmd build Debug .\builddbg install
c:\Projects\rDSN> run.cmd test Debug .\builddbg
If everything is as expected, congratulations, and you are ready to try our tutorial to develop your first service with rDSN.
Content