Compare commits

..

2 Commits

Author SHA1 Message Date
CismonX ed4631b913
fix: allow custom pkgconfigdir
should not assume that ${libdir}/pkgconfig is pkgconfigdir.
2023-04-28 10:05:41 +08:00
CismonX c160c9f47a
fix: add readline flags when building libarify 2023-04-28 10:03:16 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ Build and Install
ARIF can be built and installed from source using the GNU build system. ARIF can be built and installed from source using the GNU build system.
Notable build options: Notable build options:
- `--with-readline[=PREFIX]` (default), `--without-readline` - `--with-readline[=PKGCONFIGDIR]` (default), `--without-readline`
* Whether to build the ARIF library with GNU Readline features. * Whether to build the ARIF library with GNU Readline features.
- `--enable-arify` (default), `--disable-arify` - `--enable-arify` (default), `--disable-arify`
* Whether to build the `arify` command-line tool. * Whether to build the `arify` command-line tool.
- `--with-rime[=PREFIX]`, `--without-rime` (default) - `--with-rime[=PKGCONFIGDIR]`, `--without-rime` (default)
* Whether to build the example Rime IME integration. * Whether to build the example Rime IME integration.
Example shell script: Example shell script: