wiki:BuildingFromSource

Building from source

Prerequisites

Build steps

  1. Checkout the code repository using Subversion
svn co https://svn.laidback.moe/repo/kosuzu/trunk kosuzu
cd kosuzu
  1. Fetch the dependencies (this will also check out text_parse)
make deps
  1. Run make and then make install
make
make install PREFIX=$HOME/.local/bin
  1. Add $HOME/.local/bin to your $PATH
  1. Profit(?)
Last modified 6 weeks ago Last modified on Nov 30, 2025, 11:29:47 PM
Note: See TracWiki for help on using the wiki.