wiki:BuildingFromSource

Version 5 (modified by Izuru Yakumo, 6 weeks ago) ( diff )

--

Building from source

Prerequisites

  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(?)
Note: See TracWiki for help on using the wiki.