Changes between Initial Version and Version 1 of BuildingFromSource


Ignore:
Timestamp:
Sep 21, 2024, 9:30:53 PM (2 months ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFromSource

    v1 v1  
     1
     2== Building from source
     3
     4=== Requirements
     5* [https://dune.build dune]
     6* [https://git-scm.com git]
     7* [https://ocaml.org ocaml] (>=4.13)
     8* [https://opam.ocaml.org opam]
     9
     10{{{
     11$ opam pin add git+https://git.chaotic.ninja/yakumo.izuru/text-parse-ml
     12$ opam pin add git+https://git.chaotic.ninja/yakumo.izuru/kosuzu
     13$ eval $(opam env)
     14}}}