Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 759 Bytes

README.markdown

File metadata and controls

38 lines (27 loc) · 759 Bytes

Installation (Mac OS X)

Make sure you have Homebrew installed then run the following commands:

brew install python mercurial libusb pyqt
pip install pyusb

Clone this project:

mkdir -p ~/projects
cd ~/projects
git clone https://github.com/jasoncodes/crazyflie-server

Clone the Crazyflie PC client:

cd ~/projects
hg clone https://bitbucket.org/bitcraze/crazyflie-pc-client

Link the Crazyflie PC client library into the server project:

cd ~/projects/crazyflie-server
ln -s ../crazyflie-pc-client/lib

Contributors