diff options
| author | Roger Iyengar <ri@rogeriyengar.com> | 2018-04-25 00:34:00 -0400 |
|---|---|---|
| committer | Roger Iyengar <ri@rogeriyengar.com> | 2018-04-25 00:34:05 -0400 |
| commit | 6f41a0ebc1d3c9426c942281ac1de3bbbc19375b (patch) | |
| tree | b31df60cc041e240fd4fbf982ddd795565dd858a /README.org | |
| parent | e523593fb52ca41f0306b2ac262778458b8bce3c (diff) | |
Revert "Fixed Indent issue with source code beginning and ending tags"
This reverts commit 1187af29a32943342141f85177bbd82de0a04e0e.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -202,7 +202,7 @@ 1. Open msys2 shell 2. Update and install dependencies, skipping any you already have -#+BEGIN_SRC sh + #+BEGIN_SRC sh $ pacman -Syu $ pacman -S base-devel $ pacman -S mingw-w64-x86_64-toolchain @@ -210,35 +210,35 @@ $ pacman -S mingw-w64-x86_64-libpng $ pacman -S mingw-w64-x86_64-poppler $ pacman -S mingw-w64-x86_64-imagemagick -#+END_SRC + #+END_SRC 3. Install PDF tools in Emacs, but do not try to compile the server. Instead, get a separate copy of the source somewhere else. -#+BEGIN_SRC sh + #+BEGIN_SRC sh $ git clone https://github.com/politza/pdf-tools -#+END_SRC + #+END_SRC 4. Open mingw64 shell (*Note:* You must use mingw64.exe and not msys2.exe) 5. Compile pdf-tools -#+BEGIN_SRC sh + #+BEGIN_SRC sh $ cd /path/to/pdf-tools $ make -s -#+END_SRC + #+END_SRC 6. This should produce a file ~server/epdfinfo.exe~. Copy this file into the ~pdf-tools/~ installation directory in your Emacs. 7. Start Emacs and activate the package. -#+BEGIN_SRC + #+BEGIN_SRC M-x pdf-tools-install RET -#+END_SRC + #+END_SRC 8. Test. -#+BEGIN_SRC + #+BEGIN_SRC M-x pdf-info-check-epdfinfo RET -#+END_SRC + #+END_SRC If this is successful, ~(pdf-tools-install)~ can be added to Emacs' config. Note that libraries from other GNU utilities, such as Git |
