Skip to content

Instantly share code, notes, and snippets.

@mpenick
Created August 12, 2015 20:54
Show Gist options
  • Select an option

  • Save mpenick/449ee4355537a6e49201 to your computer and use it in GitHub Desktop.

Select an option

Save mpenick/449ee4355537a6e49201 to your computer and use it in GitHub Desktop.
# 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