-*- mode: org; coding: utf-8; -*-
By far the easiest way to hack on guile-rime is to develop using Guix:
# Obtain the source code
cd /path/to/source-code
guix shell
# In the new shell, run:
./bootstrap && ./configure && make check
You can now hack this project’s files to your heart’s content, whilst testing them from your `guix shell’ shell.
To try out any scripts in the project you can now use
./pre-inst-env scripts/${script-name}
If you do not yet use Guix, you will have to install this project’s dependencies manually:
- autoconf
- automake
- pkg-config
- texinfo
- guile
- librime
- guile-bytestructures
optional:
- rime-data
- Schema data
Once those dependencies are installed you can run:
./bootstrap && ./configure && make check