Notice
Recent Posts
Recent Comments
목록openssl (7)
준호씨의 블로그
osx - openssl 개발환경 세팅
openssl 설치 brew install openssl openssl-dev 이런건 없음 설치 하면 다음과 같은 안내가 나온다. If you need to have this software first in your PATH run: echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.zshrc For compilers to find this software you may need to set: LDFLAGS: -L/usr/local/opt/openssl/lib CPPFLAGS: -I/usr/local/opt/openssl/include openssl 커맨드를 시스템 커맨드 말고 설치한 커맨드로 변경 echo 'export PATH="/usr/loc..
개발이야기
2017. 12. 13. 00:00