관리 메뉴

개발자비행일지

OCAML 설치하기 본문

▶ 연구일지

OCAML 설치하기

Cyber0946 2020. 3. 15. 19:36

소스코드기반 보안 수업 -1 OCAML 설치하기 

sudo add-apt-repository ppa:avsm/ppa

apt update

apt install opam

opam init --compiler=4.08.0

opam switch create is593-4.08.0 4.08.0

wich ocaml

opam install utop dune ounit

helloworld.ml 

echo 'let() = print_endline "Hello, World!"'

'▶ 연구일지' 카테고리의 다른 글

OCAML 사용자 정의 데이터 타입  (0) 2020.04.03
OCAML 자료형  (0) 2020.03.18
Cousera Software Security 5주차 내용 완강  (0) 2020.02.26
Coursera로 Software Security 수강 시작  (0) 2020.02.25
Scyther Install  (0) 2020.02.22