Changes between Version 3 and Version 4 of BuildingFromSource


Ignore:
Timestamp:
Nov 4, 2025, 2:27:54 PM (3 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFromSource

    v3 v4  
    55{{{
    66#!sh
    7 svn co https://svn.yakumo.dev/repo/kosuzu/trunk kosuzu
     7svn co https://svn.laidback.moe/repo/kosuzu/trunk kosuzu
    88cd kosuzu
    9 svn co https://svn.yakumo.dev/repo/text_parse/trunk text_parse
     9svn co https://svn.laidback.moe/repo/text_parse/trunk text_parse
    1010make deps
    1111make txt
    1212}}}
    13 
    14 === With [https://opam.ocaml.org opam]
    15 
    16 {{{
    17 #!sh
    18 opam pin add git+https://git.yakumo.dev/yakumo.izuru/text_parse
    19 opam pin add git+https://git.yakumo.dev/yakumo.izuru/kosuzu
    20 eval $(opam env)
    21 }}}
    22 
    23 === With [https://pkgsrc.org pkgsrc]
    24 See [https://gt.kalli.st/novaburst/pkgsrc novaburst/pkgsrc at gt kallist]