Changes between Version 3 and Version 4 of BuildingFromSource
- Timestamp:
- Nov 4, 2025, 2:27:54 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromSource
v3 v4 5 5 {{{ 6 6 #!sh 7 svn co https://svn. yakumo.dev/repo/kosuzu/trunk kosuzu7 svn co https://svn.laidback.moe/repo/kosuzu/trunk kosuzu 8 8 cd kosuzu 9 svn co https://svn. yakumo.dev/repo/text_parse/trunk text_parse9 svn co https://svn.laidback.moe/repo/text_parse/trunk text_parse 10 10 make deps 11 11 make txt 12 12 }}} 13 14 === With [https://opam.ocaml.org opam]15 16 {{{17 #!sh18 opam pin add git+https://git.yakumo.dev/yakumo.izuru/text_parse19 opam pin add git+https://git.yakumo.dev/yakumo.izuru/kosuzu20 eval $(opam env)21 }}}22 23 === With [https://pkgsrc.org pkgsrc]24 See [https://gt.kalli.st/novaburst/pkgsrc novaburst/pkgsrc at gt kallist]
