Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 934 Bytes

HACKING

File metadata and controls

45 lines (33 loc) · 934 Bytes

Hacking guile-rime

-*- mode: org; coding: utf-8; -*-

Contributing

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}

Manual Installation

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