wiki:BuildingFromSource

Version 3 (modified by Izuru Yakumo, 3 months ago) ( diff )

--

Building from source

Manually

svn co https://svn.yakumo.dev/repo/kosuzu/trunk kosuzu
cd kosuzu
svn co https://svn.yakumo.dev/repo/text_parse/trunk text_parse
make deps
make txt

With opam

opam pin add git+https://git.yakumo.dev/yakumo.izuru/text_parse
opam pin add git+https://git.yakumo.dev/yakumo.izuru/kosuzu
eval $(opam env)

With pkgsrc

See novaburst/pkgsrc at gt kallist

Note: See TracWiki for help on using the wiki.