yurippeeee / ocaml

0 stars 0 forks source link

開発環境構築 #1

Open yurippeeee opened 3 years ago

yurippeeee commented 3 years ago

sudo apt update sudo apt install -y bubblewrap build-essential curl git m4 unzip sudo sh -c "$(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"

opam init -y --disable-sandboxing opam switch list-available ocaml-base-compiler opam switch create X.XX.X eval $(opam env)

opam install depext opam install user-setup opam depext menhir dune ounit opam install menhir dune ounit tuareg opam user-setup install

「ocaml」でインタプリタ起動