branch: externals/jinx
commit 17df59c5380a1465855e5c2c8419fa0d1a0db2e1
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update README
---
README.org | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index c6e093bad0..35b40da2e5 100644
--- a/README.org
+++ b/README.org
@@ -43,11 +43,12 @@ these modes composite words in =camelCase= and =PascalCase=
are accepted.
Jinx can be installed from GNU ELPA or MELPA directly with =package-install=.
-Most importantly your Emacs must be compiled with dynamic module support. Jinx
-requires =libenchant=, which is needed to compile the native module at install
-time. If =pkgconf= or =pkg-config= is available, Jinx will use it to locate
-=libenchant= during installation. Depending on your BSD or Linux distribution
you
-have to install different packages:
+Your Emacs must be compiled with dynamic module support. Furthermore a C
+compiler must be available on your system (=gcc= or =clang=). Jinx requires
+=libenchant=, which is needed to compile the native module at install time. If
+=pkgconf= or =pkg-config= is available, Jinx will use it to locate
=libenchant= during
+installation. Depending on your BSD or Linux distribution you have to install
+different packages:
- Debian, Ubuntu: =libenchant-2-dev=, =pkgconf=
- Arch, Gentoo: =enchant=, =pkgconf=