Created
August 12, 2015 20:54
-
-
Save mpenick/449ee4355537a6e49201 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # sudo apt-get build-essential debhelper devscripts dh-exec libtool automake git | |
| # git clone https://github.com/mpenick/libuv-packaging.git | |
| # cd libuv-packaging | |
| # ./build_deb.sh 1.6.1 armhf | |
| # sudo dpkg -i build/libuv*.deb | |
| # sudo apt-get install gcc-4.8 g++-4.8 libssl cmake | |
| # git clone https://github.com/datastax/cpp-driver.git | |
| # cd cpp-driver | |
| # CC=gcc-4.8 CXX=g++-4.8 cmake -DCMAKE_BUILD_TYPE=Release -DCASS_BUILD_EXAMPLES=On .. | |
| # make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment