반응형 mac5 mac에서 Jsoncpp 설치하기 $ brew install jsoncpp 코드에는 아래와 같이 헤더파일추가 #include # compile with option -ljson 2020. 1. 23. [networkprogramming] mac에서 bind코드가 잘 안될때 if (bind(server_desc_, (struct sockaddr*) &h_addr_, sizeof(h_addr_)) == -1) { 이 코드를 아래 코드로 변환해준다 if (::bind(server_desc_, (sockaddr *) &servaddr, sizeof(servaddr)) < 0) { 2020. 1. 21. Mac에 CUDA 설치하기 참고 ) nvidia gpu가 있는 mac만 가능 macos에 따라 지원하지 않는경우 있음 1) 아래 경로로 접속하여 CUDA 를 다운받습니다. https://developer.nvidia.com/cuda-downloads?target_os=MacOSX&target_arch=x86_64&target_version=1013 NVIDIA Developer GPU-Accelerated Containers Featuring software for AI, machine learning, and HPC, the NVIDIA GPU Cloud (NGC) container registry provides GPU-accelerated containers that are tested and optimized to take.. 2020. 1. 1. homebrew & pip 설치하기 1) 터미널에 아래와 같이 실행 $ sudo easy_install pip 2) 설치 확인 $ pip 2020. 1. 1. 이전 1 2 다음 반응형