Advertisement
Guest User

Untitled

a guest
Sep 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. sudo port install cmake
  2.  
  3. sudo ports install boost
  4.  
  5. cd /RUTA/A/LA/CARPETA/DESCOMPRIMIDA
  6. cmake -DMYSQL_CXXFLAGS=-stdlib=libc++ .
  7. make clean
  8. make VERBOSE=1
  9. make install
  10.  
  11. cppcon/
  12. mysql_connection.h
  13. mysql_driver.h
  14. mysql_error.h
  15.  
  16. libmysqlcppconn
  17.  
  18. ln -s /opt/local/include/boost /usr/local/include/
  19.  
  20. connector-cpp-examples-complete-example-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement