LoginSignup
4
2

More than 5 years have passed since last update.

WindowsでもOCaml

Last updated at Posted at 2015-06-06
  • gnupackを使いました。

  • インストールはapt-cygから行いました。

1.パッケージを探します。

 # apt-cyg find ocaml
................
Searching for installable packages matching ocaml:
emacs-ocaml
ocaml
ocaml-base
ocaml-camlp4
ocaml-compiler-libs
ocaml-gv

2.インストールします。

# apt-cyg install ocaml

3.確認します。

# ocaml
        OCaml version 4.01.0
4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2